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,
|
||||
Path: "/api/debug/auth/delete",
|
||||
Path: "/api/auth/debug/delete",
|
||||
Handler: DebugAuthDeleteHandler(serverCtx),
|
||||
},
|
||||
},
|
||||
|
|
|
@ -35,7 +35,7 @@ service auth {
|
|||
post /api/auth/reset/password(RequestUserResetPassword) returns (response);
|
||||
|
||||
@handler DebugAuthDeleteHandler
|
||||
post /api/debug/auth/delete(RequestAuthDelete) returns (response);
|
||||
post /api/auth/debug/delete(RequestAuthDelete) returns (response);
|
||||
}
|
||||
|
||||
type (
|
||||
|
|
Loading…
Reference in New Issue
Block a user