mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-25 12:06:37 +00:00
Adjust register endpoint
This commit is contained in:
@@ -105,12 +105,7 @@ authenticated.put(
|
||||
site.createSite
|
||||
);
|
||||
|
||||
authenticated.put(
|
||||
"/org/:orgId/newt/provisioning-key",
|
||||
verifyOrgAccess,
|
||||
verifyUserHasAction(ActionsEnum.createSite),
|
||||
newt.createNewtProvisioningKey
|
||||
);
|
||||
|
||||
authenticated.get(
|
||||
"/org/:orgId/sites",
|
||||
verifyOrgAccess,
|
||||
|
||||
Reference in New Issue
Block a user