Skip to content
Snippets Groups Projects
Commit a100a3d3 authored by Erik Reid's avatar Erik Reid
Browse files

fixed route variable syntax

parent 9e2cd124
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ def poller_interface_oids(hostname):
return jsonify(result)
@routes.route('/services/{category}', methods=['GET', 'POST'])
@routes.route('/services/<category>', methods=['GET', 'POST'])
@common.require_accepts_json
def service_category_interfaces(category):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment