init commit. Skeleton prepared
This commit is contained in:
7
services/match/src/app/api/routes/ping.py
Normal file
7
services/match/src/app/api/routes/ping.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from fastapi import APIRouter
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
@router.get("/ping")
|
||||
def ping():
|
||||
return {"ping": "pong"}
|
||||
Reference in New Issue
Block a user