This website requires JavaScript.
Explore
Help
Sign In
sam
/
baseddata.io
Watch
1
Star
0
Fork
You've already forked baseddata.io
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7f4efbfe50
baseddata.io
/
backend
/
main.py
7 lines
102 B
Python
Raw
Blame
History
from
fastapi
import
FastAPI
from
api
.
route
import
router
app
=
FastAPI
(
)
app
.
include_router
(
router
)
Reference in New Issue
View Git Blame
Copy Permalink