mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 18:33:01 +00:00
sprintpm.org
This commit is contained in:
@@ -37,7 +37,7 @@ export function getServerURL() {
|
||||
let serverURL =
|
||||
localStorage.getItem("serverURL") || // user-defined server URL
|
||||
ENV_SERVER_URL || // environment variable
|
||||
"https://tnirps.ob248.com"; // fallback
|
||||
"https://server.sprintpm.org"; // fallback
|
||||
if (serverURL.endsWith("/")) {
|
||||
serverURL = serverURL.slice(0, -1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user