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
When you define an @OpenApi annotation anywhere and haven't added a preceeding "/" to a path (i.e. path = "test" vs path = "/test"), when trying to use ReDoc, small issues occur where ReDoc doesn't expect there not to be a preceeding slash and formats the documentation wrong. This is more of a ReDoc issue, but can't hurt to fix it with some processing.
The text was updated successfully, but these errors were encountered:
When you define an
@OpenApi
annotation anywhere and haven't added a preceeding "/" to a path (i.e.path = "test"
vspath = "/test"
), when trying to use ReDoc, small issues occur where ReDoc doesn't expect there not to be a preceeding slash and formats the documentation wrong. This is more of a ReDoc issue, but can't hurt to fix it with some processing.The text was updated successfully, but these errors were encountered: