This commit is contained in:
dderbentsov
2023-07-20 02:10:58 +03:00
commit e69aab6573
10 changed files with 85 additions and 0 deletions

View File

View File

@@ -0,0 +1,9 @@
from fastapi import Depends
from fastapi.routing import APIRouter
router = APIRouter(prefix='/medical_cards')
@router.get('/')
def list_persons():
return "ok"