Fix endpoint names in url_for() calls; remove fallback URLs from api.js

This commit is contained in:
c0dev0id
2026-06-24 18:24:08 +02:00
parent c4804f0b55
commit c7c246c32d
2 changed files with 3 additions and 9 deletions

View File

@@ -1,10 +1,4 @@
const U = window.NEUSICIAN_URLS ?? {
astlog: '/sompyle/astlog',
score: '/sompyle/score.spls',
status: '/sompyle/status.json',
result: '/sompyle/result.mp3',
submit: '/sompyle',
};
const U = window.NEUSICIAN_URLS;
export const URLS = U;