Add user feedback to user info and subjects page

This commit is contained in:
Keannu Christian Bernasol 2023-07-27 12:55:51 +08:00
parent 1a46945d1e
commit a3b3bd887f
3 changed files with 42 additions and 2 deletions

View file

@ -17,7 +17,7 @@ if (__DEV__) {
}
// Switch this on if you wanna run production URLs while in development
let use_production = false;
let use_production = true;
if (use_production) {
backendURL = "https://stude.keannu1.duckdns.org";
backendURLWebsocket = "ws://stude.keannu1.duckdns.org";