Skip to content

Commit

Permalink
[FIX] path to API v2 tasks routes was incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Jan 10, 2025
1 parent d0cf9e7 commit 65fd709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/app/blueprints/rest/v2/cases/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

case_tasks_bp = Blueprint('case_tasks',
__name__,
url_prefix='/cases/<int:case_id>/tasks')
url_prefix='/<int:case_id>/tasks')


@case_tasks_bp.post('', strict_slashes=False)
Expand Down

0 comments on commit 65fd709

Please sign in to comment.