mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-08-20 04:27:29 +00:00
fix: social base url
This commit is contained in:
parent
9c6bcc7859
commit
919a1d62e2
|
|
@ -1,5 +1,5 @@
|
|||
const SESSION_KEY = "lceonline_session";
|
||||
const SOCIAL_BASE_URL = "http://localhost:2052";
|
||||
const SOCIAL_BASE_URL = "https://social.mclegacyedition.xyz";
|
||||
const AUTH_BASE_URL = "https://auth.mclegacyedition.xyz"; //neo: yeah bro im hardcoding all three
|
||||
import { TauriService } from "./TauriService";
|
||||
export interface LceOnlineAccount {
|
||||
|
|
|
|||
Loading…
Reference in a new issue