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
At the moment, all of the routes are under the main FastAPI app. We should refactor the routes so they're organized appropriately by function. We should also considering moving queries and serializer functions to be close to the routes they server.
The text was updated successfully, but these errors were encountered:
At the moment, all of the routes are under the main FastAPI app. We should refactor the routes so they're organized appropriately by function. We should also considering moving queries and serializer functions to be close to the routes they server.
The text was updated successfully, but these errors were encountered: