forked from extern/easydiffusion
fix modifiers path
This commit is contained in:
parent
4a35059711
commit
eb53739c95
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user