mirror of
https://ak-git.vectorsigma.ru/terghalin/metalcheck.git
synced 2026-04-09 08:27:50 +09:00
fix(main): import think
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user