MCPcopy 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

1from fastapi import APIRouter, HTTPException
2from models import Users
3from schemas import Status, User_Pydantic, UserIn_Pydantic
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected