wahnsinn vibe
This commit is contained in:
8
backend/apps/hello/__init__.py
Normal file
8
backend/apps/hello/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from fastapi import APIRouter
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
|
||||
@router.get("/ping")
|
||||
def ping():
|
||||
return {"msg": "hello from dummy app"}
|
||||
Reference in New Issue
Block a user