fix
This commit is contained in:
parent
a24b110214
commit
fc96d181b3
|
@ -54,7 +54,7 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Method: http.MethodPost,
|
Method: http.MethodPost,
|
||||||
Path: "/api/debug/auth/delete",
|
Path: "/api/auth/debug/delete",
|
||||||
Handler: DebugAuthDeleteHandler(serverCtx),
|
Handler: DebugAuthDeleteHandler(serverCtx),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -35,7 +35,7 @@ service auth {
|
||||||
post /api/auth/reset/password(RequestUserResetPassword) returns (response);
|
post /api/auth/reset/password(RequestUserResetPassword) returns (response);
|
||||||
|
|
||||||
@handler DebugAuthDeleteHandler
|
@handler DebugAuthDeleteHandler
|
||||||
post /api/debug/auth/delete(RequestAuthDelete) returns (response);
|
post /api/auth/debug/delete(RequestAuthDelete) returns (response);
|
||||||
}
|
}
|
||||||
|
|
||||||
type (
|
type (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user