Reload
This commit is contained in:
parent
d3e990384d
commit
501f45525b
46 changed files with 993 additions and 35 deletions
|
|
@ -1,8 +0,0 @@
|
|||
from fastapi import APIRouter
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
|
||||
@router.get("/", summary="Main API")
|
||||
async def root():
|
||||
return {"message": "Witaj w API v12"}
|
||||
Loading…
Add table
Add a link
Reference in a new issue