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 saw the mounting part for the first time here, before this i had seen subroutes separated within "routes" directory with file names like subroute.py and fastAPI router initialized within each one of them and these routers called in main.py (don't remember exactly)
Issue in current backend as of PR #6
However, some issues remain:
using .mount() breaks the API Docs on
/docs
andredoc
.It's still accessible on
/hostel/redoc
and/grid/redoc
There is probably a better way to do this without creating separate mounts.
Originally posted by @RachitKeertiDas in #6 (comment)
The text was updated successfully, but these errors were encountered: