feat: add base FastAPI project structure with static frontend and API v1
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
API v1 package for MokPyo application.
|
||||
|
||||
- Central router for version 1 of the API
|
||||
"""
|
||||
|
||||
from fastapi import APIRouter
|
||||
from .endpoints import router as v1_router
|
||||
|
||||
__version__ = "1.0.0"
|
||||
Reference in New Issue
Block a user