mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-19 08:17:49 +02: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
|
* the local list of modifications
|
||||||
*/
|
*/
|
||||||
export const loadModifications = async () => {
|
export const loadModifications = async () => {
|
||||||
const url = `${API_URL}/modifications`;
|
const url = `${API_URL}/modifiers.json`;
|
||||||
|
|
||||||
console.log('loadModifications', url);
|
console.log('loadModifications', url);
|
||||||
const response = await fetch(url);
|
const response = await fetch(url);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user