Skip to content

Commit

Permalink
[u] clans api
Browse files Browse the repository at this point in the history
  • Loading branch information
gmankab committed Jun 20, 2024
1 parent c387ac4 commit 117a2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy_backend/core/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
app = api.app.app
app.include_router(api.routers.coin)
app.include_router(api.routers.clan)
app.include_router(api.routers.clan_members)
app.include_router(api.routers.clan_member)

0 comments on commit 117a2fd

Please sign in to comment.