Skip to content
Snippets Groups Projects
Unverified Commit 299d3209 authored by Kevin Aleman's avatar Kevin Aleman Committed by GitHub
Browse files

Regression: Add v1 to licenses.add endpoint (#26311)

parent dfedda44
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ const OfflineLicenseModal = ({ onClose, license, licenseStatus, ...props }) => {
const hasChanges = lastSetLicense !== newLicense;
const addLicense = useEndpointActionExperimental('POST', 'licenses.add', t('Cloud_License_applied_successfully'));
const addLicense = useEndpointActionExperimental('POST', '/v1/licenses.add', t('Cloud_License_applied_successfully'));
const handlePaste = useMutableCallback(async () => {
try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment