Skip to content

Commit

Permalink
Regression: Add v1 to licenses.add endpoint (#26311)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevLehman authored Jul 19, 2022
1 parent dfedda4 commit 299d320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/client/views/admin/info/OfflineLicenseModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 299d320

Please sign in to comment.