pretend that didnt happen

This commit is contained in:
Elijah R 2024-07-14 15:06:01 -04:00
parent 82f10a350c
commit bb8c40b440

View file

@ -1,4 +1,4 @@
export const Config = { export const Config = {
// The server address for the webapp to connect to. The below default is the same address the webapp is hosted at. // The server address for the webapp to connect to. The below default is the same address the webapp is hosted at.
serverAddress: `http://127.0.0.1:3000` serverAddress: `${window.location.protocol}//${window.location.host}`
} }