Add sub-projects
This commit is contained in:
9
packages/sshecret-backend/src/sshecret_backend/router.py
Normal file
9
packages/sshecret-backend/src/sshecret_backend/router.py
Normal file
@ -0,0 +1,9 @@
|
||||
"""API Router."""
|
||||
|
||||
from fastapi import FastAPI
|
||||
|
||||
from .app import backend_api
|
||||
|
||||
|
||||
app = FastAPI()
|
||||
app.include_router(backend_api)
|
||||
Reference in New Issue
Block a user