mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-16 01:46:38 +00:00
change file naming structure to reGenerate exit node keys
This commit is contained in:
@@ -79,7 +79,7 @@ export default function CredentialsPage() {
|
||||
|
||||
const response = await api.put<
|
||||
AxiosResponse<QuickStartRemoteExitNodeResponse>
|
||||
>(`/org/${orgId}/update-remote-exit-node`, {
|
||||
>(`/org/${orgId}/reGenerate-remote-exit-node-secret`, {
|
||||
remoteExitNodeId: remoteExitNode.remoteExitNodeId,
|
||||
secret: credentials.secret,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user