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
if you have two classes pointing to the same @Api path, you may have models unable to resolve. Create a class with /v1 as the path with one model as a response type, and another class with the same @Api path. The models may not resolve correctly from one or the other classes.