feat: ОК
This commit is contained in:
8
app/routes/OK.py
Normal file
8
app/routes/OK.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from fastapi import APIRouter
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
@router.get("/status")
|
||||
async def status():
|
||||
return "OK"
|
||||
|
||||
0
app/routes/__init__.py
Normal file
0
app/routes/__init__.py
Normal file
Reference in New Issue
Block a user