Initial commit
This commit is contained in:
4
folkugat_web/api/_router.py
Normal file
4
folkugat_web/api/_router.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from fastapi import APIRouter
|
||||
from fastapi.responses import HTMLResponse
|
||||
|
||||
router = APIRouter(default_response_class=HTMLResponse)
|
||||
Reference in New Issue
Block a user