change file naming structure to reGenerate exit node keys

This commit is contained in:
Pallavi Kumari
2025-10-26 21:24:48 +05:30
parent 58a13de0ff
commit 3756aaecda
4 changed files with 5 additions and 5 deletions

View File

@@ -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,
});