Skip to content

Commit 8d0e267

Browse files
committed
Reintroduced elections router into main.py
1 parent ff2951c commit 8d0e267

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
app.include_router(officers.urls.router)
2222
app.include_router(permission.urls.router)
2323

24+
app.include_router(elections.urls.router)
25+
2426
@app.get("/")
2527
async def read_root():
2628
return {"message": "Hello! You might be lost, this is actually the sfucsss.org's backend api."}

0 commit comments

Comments
 (0)