Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tortoise/tortoise-orm
/ get_404
Route
get_404
examples/fastapi/routers.py:None–None ·
view source on GitHub ↗
router.get("/404")
Source
from the content-addressed store, hash-verified
1
from
fastapi
import
APIRouter, HTTPException
2
from
models
import
Users
3
from
schemas
import
Status, User_Pydantic, UserIn_Pydantic
4
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected