Api routes refactor
This commit is contained in:
6
folkugat_web/api/router.py
Normal file
6
folkugat_web/api/router.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from fastapi import APIRouter
|
||||
from fastapi.responses import HTMLResponse
|
||||
|
||||
|
||||
def get_router() -> APIRouter:
|
||||
return APIRouter(default_response_class=HTMLResponse)
|
||||
Reference in New Issue
Block a user