Skip to content

Commit

Permalink
fix: renames some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
drew138 committed Aug 19, 2024
1 parent c06bbdf commit 8805d2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/handler/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
draw_burndown_chart,
draw_completion_chart,
update_assigned_issues_database,
update_reviewever_issues_database,
update_reviewer_issues_database,
)
from api.handler.finances import (
draw_expenses_distribution_chart,
Expand Down Expand Up @@ -38,6 +38,6 @@
),
"update_reviewer_issues_database": (
"POST",
update_reviewever_issues_database.index,
update_reviewer_issues_database.index,
),
}
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
env_file:
- .env
environment:
- ROUTE=update_reviewever_issues_database
- ROUTE=update_reviewer_issues_database
volumes:
- .:/app
command: ["python3", "main/server/main.py"]

0 comments on commit 8805d2e

Please sign in to comment.