This commit is contained in:
@@ -10,9 +10,7 @@ from config import Settings
|
||||
app = FastAPI(title="Translator",
|
||||
description="DHBW Cloud Computing II",
|
||||
version="1.0.0",
|
||||
docs_url='/api/docs',
|
||||
redoc_url='/api/redoc',
|
||||
openapi_url='/api/openapi.json')
|
||||
root_path='/api')
|
||||
|
||||
@app.on_event("startup")
|
||||
async def start_database():
|
||||
|
Reference in New Issue
Block a user