mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-25 02:03:03 +00:00
Allow clearing the instance name on the licenses
This commit is contained in:
@@ -214,6 +214,13 @@ if (build === "saas") {
|
||||
generateLicense.generateNewEnterpriseLicense
|
||||
);
|
||||
|
||||
authenticated.post(
|
||||
"/org/:orgId/license/:licenseKey/clear-instance-name",
|
||||
verifyOrgAccess,
|
||||
verifyUserHasAction(ActionsEnum.billing),
|
||||
generateLicense.clearInstanceName
|
||||
);
|
||||
|
||||
authenticated.post(
|
||||
"/send-support-request",
|
||||
rateLimit({
|
||||
|
||||
Reference in New Issue
Block a user