Skip to content

Commit 970e90e

Browse files
committed
fix: register notify_admin_router
1 parent c43681d commit 970e90e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from src.health_check import router as health_check_router
1010
from src.project import router as project_router
1111
from src.ICP import router as icp_router
12+
from src.notify_admin import router as notify_admin_router
1213

1314
app = FastAPI()
1415

@@ -21,4 +22,5 @@
2122
app.include_router(health_check_router)
2223
app.include_router(project_router)
2324
app.include_router(icp_router)
25+
app.include_router(notify_admin_router)
2426

0 commit comments

Comments
 (0)