Fix url_for: rename send_audio_generated to rendered_audio

This commit is contained in:
c0dev0id 2026-06-24 21:54:32 +02:00
parent be338c2de0
commit b745c3e6ad

View File

@ -14,7 +14,7 @@ window.NEUSICIAN_URLS = {
astlog: "{{ url_for('astlog') }}", astlog: "{{ url_for('astlog') }}",
score: "{{ url_for('score') }}", score: "{{ url_for('score') }}",
status: "{{ url_for('statusjson') }}", status: "{{ url_for('statusjson') }}",
result: "{{ url_for('send_audio_generated') }}", result: "{{ url_for('rendered_audio') }}",
submit: "{{ url_for('public-yaml-acceptor') }}", submit: "{{ url_for('public-yaml-acceptor') }}",
audiowidget: "{{ url_for('vue3_neusik.audiowidget') }}" audiowidget: "{{ url_for('vue3_neusik.audiowidget') }}"
}; };