fix modifiers path

This commit is contained in:
caranicas 2022-09-14 13:20:19 -04:00
parent 4a35059711
commit eb53739c95

View File

@ -22,7 +22,7 @@ export const healthPing = async () => {
* the local list of modifications
*/
export const loadModifications = async () => {
const url = `${API_URL}/modifications`;
const url = `${API_URL}/modifiers.json`;
console.log('loadModifications', url);
const response = await fetch(url);