返回提交历史
Modified
src/routes/api.ts
+1
-0
XFEstudio/XFESpaceNinjaServer
chore: handle deleteSession for U10.8.0 (#3413)
When having your session set to "online" and you click on a planet and then esc to zoom out, it would normally result in an unknown endpoint error previously. Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/3413 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: Animan8000 <187183497+Veniman8000@users.noreply.github.com> Co-committed-by: Animan8000 <187183497+Veniman8000@users.noreply.github.com>
55fb0bc9
代码差异
1 个文件
+1
-0
@@ -221,6 +221,7 @@ apiRouter.get("/getVendorInfo.php", getVendorInfoController);
221
221
apiRouter.get("/giveStartingGear.php", giveStartingGearGetController);
222
222
apiRouter.get("/inbox.php", inboxController);
223
223
apiRouter.get("/inventory.php", inventoryController);
224
apiRouter.get("/leaveSession.php", deleteSessionController); // ~U10
224
225
apiRouter.get("/loginRewards.php", loginRewardsController);
225
226
apiRouter.get("/logout.php", logoutController);
226
227
apiRouter.get("/marketRecommendations.php", marketRecommendationsController);