diff --git a/app/main.py b/app/main.py index 9a7c079..2f6ddea 100644 --- a/app/main.py +++ b/app/main.py @@ -1,6 +1,6 @@ from fastapi import FastAPI from database import init_db -from routes import metal, vm, k8s, export +from routes import metal, vm, k8s, export, think app = FastAPI()