mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-06 02:36:38 +00:00
change file naming structure to reGenerate exit node keys
This commit is contained in:
@@ -237,11 +237,11 @@ authenticated.put(
|
||||
);
|
||||
|
||||
authenticated.put(
|
||||
"/org/:orgId/update-remote-exit-node",
|
||||
"/org/:orgId/reGenerate-remote-exit-node-secret",
|
||||
verifyValidLicense,
|
||||
verifyOrgAccess,
|
||||
verifyUserHasAction(ActionsEnum.updateRemoteExitNode),
|
||||
remoteExitNode.updateRemoteExitNode
|
||||
remoteExitNode.reGenerateExitNodeSecret
|
||||
);
|
||||
|
||||
authenticated.get(
|
||||
|
||||
Reference in New Issue
Block a user