You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
I think these two APIs defined inside swagger pet store has conflict:
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"The text was updated successfully, but these errors were encountered: