Init API version one
This commit is contained in:
7
core/scripts/webpanel/routers/api/v1/__init__.py
Normal file
7
core/scripts/webpanel/routers/api/v1/__init__.py
Normal file
@ -0,0 +1,7 @@
|
||||
from fastapi import APIRouter
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
|
||||
# Import files so they are registered
|
||||
from . import user # noqa
|
||||
Reference in New Issue
Block a user