services are checked
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
def create_app():
|
||||
from fastapi import FastAPI
|
||||
from fastapi.responses import JSONResponse
|
||||
@@ -9,7 +7,6 @@ def create_app():
|
||||
from api_configs import Config
|
||||
import routers
|
||||
|
||||
|
||||
api_app = FastAPI(title=str(Config.TITLE), default_response_class=JSONResponse)
|
||||
|
||||
@api_app.get("/", include_in_schema=False, summary=str(Config.DESCRIPTION))
|
||||
|
||||
Reference in New Issue
Block a user