mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-26 18:25:29 +01:00
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