Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ankushjain2001/fastapi-react-mongodb
/ endpoints
Endpoints
4 in github.com/ankushjain2001/fastapi-react-mongodb
⨍
Functions
13
◇
Types & classes
6
↳
Endpoints
4
Route
get_custom_protected_route
app.get("/custom-protected-route", tags=["protected-routes"])
backend/main.py:None
Route
get_custom_unprotected_route
app.get("/custom-unprotected-route", tags=["unprotected-routes"])
backend/main.py:None
Route
post_custom_protected_route
app.post("/custom-protected-route", tags=["protected-routes"])
backend/main.py:None
Route
post_custom_unprotected_route
app.post("/custom-unprotected-route", tags=["unprotected-routes"])
backend/main.py:None