alwaysgood commited on
Commit
a5ccd90
·
verified ·
1 Parent(s): 0429beb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -32,8 +32,6 @@ app = FastAPI(
32
  version="1.0.0",
33
  )
34
 
35
- from automation.internal_api import register_internal_routes
36
- register_internal_routes(app)
37
 
38
  # 2. FastAPI API 엔드포인트 정의
39
  @app.get("/api/health", tags=["Status"])
 
32
  version="1.0.0",
33
  )
34
 
 
 
35
 
36
  # 2. FastAPI API 엔드포인트 정의
37
  @app.get("/api/health", tags=["Status"])