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

GET /user/login and GET /user/{username} has conflict #94

Open
SLdragon opened this issue Feb 7, 2023 · 0 comments
Open

GET /user/login and GET /user/{username} has conflict #94

SLdragon opened this issue Feb 7, 2023 · 0 comments

Comments

@SLdragon
Copy link

SLdragon commented Feb 7, 2023

I think these two APIs defined inside swagger pet store has conflict:

GET /user/login
GET /user/{username}

If I create a user with name login, then if I want to get the user profile, I need to call GET /user/login, then it will redirect to login page, and cannot get profile for user "login"

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

No branches or pull requests

1 participant