modified: slop_with_models.py
This commit is contained in:
parent
a5cc1871d3
commit
f3e3ceaedc
1 changed files with 1 additions and 1 deletions
|
|
@ -777,7 +777,7 @@ def list_resources():
|
|||
return jsonify({"resources": resource_list}), 200
|
||||
|
||||
|
||||
@app.route("/resources/<resource_id>", methods=["GET"])
|
||||
@app.route("/resources/<path:resource_id>", methods=["GET"])
|
||||
def get_resource(resource_id):
|
||||
logger.info(f"Received /resources/{resource_id} GET request")
|
||||
with resource_lock:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue