Skip to content

Commit

Permalink
nit: move router to differen handler
Browse files Browse the repository at this point in the history
  • Loading branch information
nikp1172 committed Sep 27, 2024
1 parent ae5936c commit d0eee70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evidently/ui/api/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ def create_projects_api(guard: Callable) -> Router:
project_dashboard,
list_snapshots,
get_snapshot_metadata,
reload_projects,
],
),
Router(
Expand All @@ -427,6 +426,7 @@ def create_projects_api(guard: Callable) -> Router:
delete_project,
add_snapshot,
delete_snapshot,
reload_projects,
],
guards=[guard],
),
Expand Down

0 comments on commit d0eee70

Please sign in to comment.