Fix endpoint names in url_for() calls; remove fallback URLs from api.js
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user