Skip to content

Commit

Permalink
[IMP] Explicit method
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Oct 11, 2024
1 parent 8b4e66f commit c3aa44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/app/blueprints/rest/manage/manage_modules_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def view_modules_hook():


# TODO is this endpoint still useful?
@manage_modules_rest_blueprint.route("/sitemap")
@manage_modules_rest_blueprint.route('/sitemap', methods=['GET'])
@ac_api_requires()
def site_map():
links = []
Expand Down

0 comments on commit c3aa44d

Please sign in to comment.