Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
brestok
/
TraumaBackend
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
TraumaBackend
/
trauma
/
api
/
message
/
__init__.py
brestok
init
50553ea
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
133 Bytes
from
fastapi.routing
import
APIRouter
message_router = APIRouter(
prefix=
"/api/message"
, tags=[
"message"
]
)
from
.
import
views