Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: random prompt ! #6

Merged
merged 3 commits into from
Feb 7, 2024
Merged

feat: random prompt ! #6

merged 3 commits into from
Feb 7, 2024

Conversation

sudoskys
Copy link
Member

@sudoskys sudoskys commented Feb 7, 2024

No description provided.

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.
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.
@sudoskys sudoskys merged commit d9d85f5 into main Feb 7, 2024
4 checks passed
@sudoskys sudoskys linked an issue Feb 7, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Random Prompt
1 participant