Skip to content

Commit

Permalink
feat: 移除 /lib 路徑
Browse files Browse the repository at this point in the history
  • Loading branch information
l7wei committed Nov 6, 2023
1 parent 9cc9796 commit f0d2921
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
app.include_router(courses.router, prefix="/courses", tags=["Courses"])
app.include_router(dining.router, prefix="/dining", tags=["Dining"])
app.include_router(energy.router, prefix="/energy", tags=["Energy"])
app.include_router(librarys.router, prefix="/lib", tags=["Library"])
app.include_router(librarys.router, prefix="/librarys", tags=["Library"])
app.include_router(locations.router, prefix="/locations", tags=["Locations"])
app.include_router(newsletters.router, prefix="/newsletters", tags=["Newsletters"])
Expand Down

0 comments on commit f0d2921

Please sign in to comment.