This commit is contained in:
parent
ead13eba51
commit
4590386b3e
@ -104,7 +104,7 @@ async def custom_http_exception_handler(request,exc):
|
||||
content={"detail": exc.detail}
|
||||
)
|
||||
|
||||
@api.post("/register_token")
|
||||
@api.post("/register-token")
|
||||
def register_token(
|
||||
request_data: TokenRequest,
|
||||
db = Depends(get_db),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user