diff --git a/src/App.svelte b/src/App.svelte index 2423cb7..e3274e6 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -5,7 +5,7 @@ import { sleep } from "./util.js"; import "./global.css"; - const LUOXU_URL = "https://lab.lilydjwg.me/luoxu"; + const LUOXU_URL = "https://search-pub.xtaolabs.com/luoxu"; const islocal = LUOXU_URL.startsWith("http://localhost"); let groups: { group_id: string; name: string }[] = []; let group: string;