fix: login failure on U22.8
All checks were successful
Build / build (push) Successful in 1m43s
Build / build (pull_request) Successful in 1m35s

2018.01.04.13.12
This commit is contained in:
Sainan 2025-05-10 06:43:44 +02:00
parent b451c73598
commit d8db040770

View File

@ -187,6 +187,7 @@ apiRouter.get("/getIgnoredUsers.php", getIgnoredUsersController);
apiRouter.get("/getMessages.php", inboxController); // unsure if this is correct, but needed for U17
apiRouter.get("/getNewRewardSeed.php", getNewRewardSeedController);
apiRouter.get("/getShip.php", getShipController);
apiRouter.get("/getShipDecos.php", (_req, res) => { res.end(); }); // needed to log in on U22.8
apiRouter.get("/getVendorInfo.php", getVendorInfoController);
apiRouter.get("/hub", hubController);
apiRouter.get("/hubInstances", hubInstancesController);