XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

SpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 1 Star 0
返回提交历史

XFEstudio/SpaceNinjaServer

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
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -0
Modified src/routes/api.ts +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);