chore: handle logout POST request for older versions
All checks were successful
Build / build (pull_request) Successful in 58s
All checks were successful
Build / build (pull_request) Successful in 58s
This commit is contained in:
parent
6cdd103c3d
commit
e43405b81b
@ -284,6 +284,7 @@ apiRouter.post("/inventorySlots.php", inventorySlotsController);
|
|||||||
apiRouter.post("/joinSession.php", joinSessionController);
|
apiRouter.post("/joinSession.php", joinSessionController);
|
||||||
apiRouter.post("/login.php", loginController);
|
apiRouter.post("/login.php", loginController);
|
||||||
apiRouter.post("/loginRewardsSelection.php", loginRewardsSelectionController);
|
apiRouter.post("/loginRewardsSelection.php", loginRewardsSelectionController);
|
||||||
|
apiRouter.post("/logout.php", logoutController); // from ~U16, don't know when they changed it to GET
|
||||||
apiRouter.post("/maturePet.php", maturePetController);
|
apiRouter.post("/maturePet.php", maturePetController);
|
||||||
apiRouter.post("/missionInventoryUpdate.php", missionInventoryUpdateController);
|
apiRouter.post("/missionInventoryUpdate.php", missionInventoryUpdateController);
|
||||||
apiRouter.post("/modularWeaponCrafting.php", modularWeaponCraftingController);
|
apiRouter.post("/modularWeaponCrafting.php", modularWeaponCraftingController);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user