Skip to content

Commit

Permalink
Merge pull request #47 from tomasgaudino/fix/add-manage-accounts-router
Browse files Browse the repository at this point in the history
Fix/add manage accounts router
  • Loading branch information
cardosofede authored Nov 18, 2024
2 parents fc9616f + 6459bd2 commit e86e7aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added bots/archived/.gitignore
Empty file.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ def auth_user(
app.include_router(manage_backtesting.router, dependencies=[Depends(auth_user)])
app.include_router(manage_databases.router, dependencies=[Depends(auth_user)])
app.include_router(manage_performance.router, dependencies=[Depends(auth_user)])
app.include_router(manage_accounts.router, dependencies=[Depends(auth_user)])

0 comments on commit e86e7aa

Please sign in to comment.