Skip to content

Commit 96a8001

Browse files
fix ednpoint BASE
1 parent b78a5ca commit 96a8001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def root():
3131
return {"message": "users service"}
3232

3333

34-
@app.post("/user", tags=["Auth"])
34+
@app.post("/users/token", tags=["Auth"])
3535
def get_user_auth(user_data: GetUserSchema):
3636
return users_controller.handle_get_user_auth(user_data.dict())
3737

0 commit comments

Comments
 (0)