Test gitea actions
This commit is contained in:
parent
47256ecf19
commit
48f314532d
@ -7,10 +7,7 @@ from routes.request import router as RequestRouter
|
||||
from routes.admin import router as AdminRouter
|
||||
from config import Settings
|
||||
|
||||
app = FastAPI(title="Translator",
|
||||
description="DHBW Cloud Computing II",
|
||||
version="1.0.0",
|
||||
root_path='/api')
|
||||
app = FastAPI(title="Translator", description="DHBW Cloud Computing II", version="1.0.0", root_path='/api')
|
||||
|
||||
@app.on_event("startup")
|
||||
async def start_database():
|
||||
|
Loading…
Reference in New Issue
Block a user