Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ feat(server): Add user login endpoint
Added a new endpoint for user login in the server.py file. The login endpoint allows users to log in and returns the result. If any error occurs during the login process, an exception is logged and a 500 status code is returned. The new endpoint is defined as a POST request at `/user/login`. The request body expects a `Login` object.
- Loading branch information