update(app): add helm chart and cleanup repo
Some checks failed
CI Pipeline / Build and Push Docker Image (push) Failing after 2m48s
Some checks failed
CI Pipeline / Build and Push Docker Image (push) Failing after 2m48s
This commit is contained in:
@@ -79,14 +79,6 @@ app.include_router(k8s.router)
|
||||
app.include_router(export.router)
|
||||
app.include_router(think.router)
|
||||
|
||||
#app.add_middleware(
|
||||
# CORSMiddleware,
|
||||
# allow_origins=["http://localhost:3000"],
|
||||
# allow_credentials=True,
|
||||
# allow_methods=["*"],
|
||||
# allow_headers=["*"],
|
||||
#)
|
||||
|
||||
@app.get("/")
|
||||
def root():
|
||||
return {"message": "Welcome to Metal Check API"}
|
||||
|
||||
Reference in New Issue
Block a user