feat(serverdata): added in bowling green 2

This commit is contained in:
2025-03-15 15:33:04 -05:00
parent df252e72b3
commit 7529cc5b0c
2 changed files with 7 additions and 2 deletions

View File

@@ -10,6 +10,8 @@ import getSettings from "./route/settings/getSettings.js";
import updateSetting from "./route/settings/updateSetting.js";
import {areSettingsIn} from "./utils/settingsCheck.js";
import {serversCheckPoint} from "./utils/serverData.js";
import getServers from "./route/servers/getServers.js";
import updateServer from "./route/updates/updateServer.js";
// making sure all modules are in properly
setTimeout(() => {
@@ -28,6 +30,9 @@ const routes = [
addSetting,
getSettings,
updateSetting,
// serverData
getServers,
updateServer,
] as const;
// app.route("/server", modules);

View File

@@ -133,7 +133,7 @@
"contactPhone": "6366970253",
"customerTiAcc": "ALPL01BG2INT",
"lstServerPort": "4000",
"active": false,
"active": true,
"serverLoc": "E:\\LST\\lstv2",
"oldVersion": "C:\\Users\\adm_matthes01\\Desktop\\lst_backend",
"shippingHours": "[{\"early\": \"06:30\", \"late\": \"23:00\"}]",
@@ -313,7 +313,7 @@
"contactPhone": "6366970253",
"customerTiAcc": "ALPL01WBINT",
"lstServerPort": "4000",
"active": false,
"active": true,
"serverLoc": "E:\\LST\\lstv2",
"oldVersion": "C:\\Users\\adm_matthes01\\Desktop\\lst_backend",
"shippingHours": "[{\"early\": \"06:30\", \"late\": \"23:00\"}]",