mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
8 lines
186 B
Python
8 lines
186 B
Python
# from fastapi import FastAPI
|
|
# from fastapi.routing import APIRouter
|
|
# from api.v1 import main as v1_router
|
|
|
|
# app = FastAPI()
|
|
|
|
# app.include_router(v1_router.router, prefix="/api/v1")
|