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"}
|
||||
6
backend/apps/hello/manifest.yaml
Normal file
6
backend/apps/hello/manifest.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
name: hello
|
||||
version: 0.1.0
|
||||
depends_on: [core]
|
||||
conflicts_with: []
|
||||
required: false
|
||||
provides: []
|
||||
Reference in New Issue
Block a user