mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2024-11-17 06:19:25 +08:00
Changed debug backend url
This commit is contained in:
parent
980d1e636e
commit
511f293ff1
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ import {
|
|||
export let backendURL = "https://stude.keannu1.duckdns.org";
|
||||
export let backendURLWebsocket = "ws://stude.keannu1.duckdns.org";
|
||||
if (__DEV__) {
|
||||
backendURL = "http://10.0.10.8:8000";
|
||||
backendURLWebsocket = "ws://10.0.10.8:8000";
|
||||
backendURL = "http://10.0.10.8:8083";
|
||||
backendURLWebsocket = "ws://10.0.10.8:8083";
|
||||
}
|
||||
|
||||
// Switch this on if you wanna run production URLs while in development
|
||||
|
|
Loading…
Reference in a new issue