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
Disable endpoints with an underscore prefix: rename get.py to _get.py to stop serving that method (405 with Allow header, or 404 if no methods remain), or rename a directory to _dir/ to take its whole subtree offline. Rename back and the endpoint is live again, no restart needed. Dynamic [param] directories still capture URL segments that start with an underscore.