Skip to content

Commit

Permalink
fix(api): correct endpoint name for blend ops
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jan 15, 2023
1 parent d3ad43b commit 0ed11af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/onnx_web/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def introspect():


@app.route('/api/settings/blends')
def list_noise_sources():
def list_blend_sources():
return jsonify(list(blend_modes.keys()))


Expand Down

0 comments on commit 0ed11af

Please sign in to comment.