mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-02-11 05:32:30 +08:00
url update
This commit is contained in:
parent
82933e22e4
commit
c05ec25e2d
@ -1,13 +1,13 @@
|
|||||||
import { app } from "../../scripts/app.js";
|
import { app } from "../../scripts/app.js";
|
||||||
import { $el, ComfyDialog } from "../../scripts/ui.js";
|
import { $el, ComfyDialog } from "../../scripts/ui.js";
|
||||||
const env = "prod";
|
const env = "dev";
|
||||||
|
|
||||||
let DEFAULT_HOMEPAGE_URL = "https://copus.io";
|
let DEFAULT_HOMEPAGE_URL = "https://copus.io";
|
||||||
|
|
||||||
let API_ENDPOINT = "https://api.client.prod.copus.io/copus-client";
|
let API_ENDPOINT = "https://api.client.prod.copus.io";
|
||||||
|
|
||||||
if (env !== "prod") {
|
if (env !== "prod") {
|
||||||
API_ENDPOINT = "https://api.dev.copus.io/copus-client";
|
API_ENDPOINT = "https://api.test.copus.io";
|
||||||
DEFAULT_HOMEPAGE_URL = "https://test.copus.io";
|
DEFAULT_HOMEPAGE_URL = "https://test.copus.io";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user