返回提交历史
Modified
src/routes/api.ts
+1
-0
XFEstudio/XFESpaceNinjaServer
fix: inbox endpoint for U15 (#3102)
Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/3102 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
166c282d
代码差异
1 个文件
+1
-0
@@ -306,6 +306,7 @@ apiRouter.post("/giveStartingGear.php", giveStartingGearPostController);
306
306
apiRouter.post("/guildTech.php", guildTechController);
307
307
apiRouter.post("/hostSession.php", hostSessionController);
308
308
apiRouter.post("/hubBlessing.php", hubBlessingController);
309
apiRouter.post("/inbox.php", inboxController); // from ~U15, don't know when they changed it to GET
309
310
apiRouter.post("/infestedFoundry.php", infestedFoundryController);
310
311
apiRouter.post("/instantCompleteRecipe.php", claimCompletedRecipeController); // U8
311
312
apiRouter.post("/inventorySlots.php", inventorySlotsController);