mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-02-08 12:12:35 +08:00
feat✨: copus share prod
This commit is contained in:
parent
b65275e06d
commit
33b192de96
@ -1,10 +1,10 @@
|
||||
import { app } from "../../scripts/app.js";
|
||||
import { $el, ComfyDialog } from "../../scripts/ui.js";
|
||||
const env = "dev";
|
||||
const env = "prod";
|
||||
|
||||
let DEFAULT_HOMEPAGE_URL = "https://copus.io";
|
||||
|
||||
let API_ENDPOINT = "https://api.client.prod.copus.io";
|
||||
let API_ENDPOINT = "https://api.client.prod.copus.io/copus-client";
|
||||
|
||||
if (env !== "prod") {
|
||||
API_ENDPOINT = "https://api.dev.copus.io/copus-client";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user