Update plugins/fluxai.js
Browse files- plugins/fluxai.js +1 -1
plugins/fluxai.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import fetch from "node-fetch";
|
2 |
import { Readable } from "stream";
|
3 |
import sharp from "sharp";
|
4 |
-
import * as config from '
|
5 |
const FluxRoutes = express.Router();
|
6 |
|
7 |
/**
|
|
|
1 |
import fetch from "node-fetch";
|
2 |
import { Readable } from "stream";
|
3 |
import sharp from "sharp";
|
4 |
+
import * as config from '../config.js';
|
5 |
const FluxRoutes = express.Router();
|
6 |
|
7 |
/**
|