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.
The text was updated successfully, but these errors were encountered:
I fixed and checked this issue in my fork of master (1.3.5) branch.
Here is the patch: https://gist.github.com/pikazlou/4d75f0a9aefbd3151011
generated with 'git format-patch -1 ...'
Please note, I have zero experience with scala, so my patch can be improved.
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.
The text was updated successfully, but these errors were encountered: