2024-06-18 02:07:30 +02:00
|
|
|
import express from "express";
|
2025-02-25 17:31:52 -08:00
|
|
|
import { abandonLibraryDailyTaskController } from "@/src/controllers/api/abandonLibraryDailyTaskController";
|
2025-03-03 12:48:39 -08:00
|
|
|
import { abortDojoComponentController } from "@/src/controllers/api/abortDojoComponentController";
|
2025-03-06 07:19:01 -08:00
|
|
|
import { abortDojoComponentDestructionController } from "@/src/controllers/api/abortDojoComponentDestructionController";
|
2025-01-06 05:35:57 +01:00
|
|
|
import { activateRandomModController } from "@/src/controllers/api/activateRandomModController";
|
2024-06-18 02:07:30 +02:00
|
|
|
import { addFriendImageController } from "@/src/controllers/api/addFriendImageController";
|
2025-04-18 11:16:43 -07:00
|
|
|
import { addIgnoredUserController } from "@/src/controllers/api/addIgnoredUserController";
|
2025-04-03 19:04:21 -07:00
|
|
|
import { addToAllianceController } from "@/src/controllers/api/addToAllianceController";
|
2025-03-10 16:40:40 -07:00
|
|
|
import { addToGuildController } from "@/src/controllers/api/addToGuildController";
|
2024-10-06 17:43:43 +02:00
|
|
|
import { arcaneCommonController } from "@/src/controllers/api/arcaneCommonController";
|
2025-01-17 05:09:25 +01:00
|
|
|
import { archonFusionController } from "@/src/controllers/api/archonFusionController";
|
2025-02-23 04:33:28 +01:00
|
|
|
import { artifactsController } from "@/src/controllers/api/artifactsController";
|
2025-03-08 04:34:41 -08:00
|
|
|
import { artifactTransmutationController } from "@/src/controllers/api/artifactTransmutationController";
|
2025-03-31 04:14:00 -07:00
|
|
|
import { cancelGuildAdvertisementController } from "@/src/controllers/api/cancelGuildAdvertisementController";
|
2025-02-23 04:33:28 +01:00
|
|
|
import { changeDojoRootController } from "@/src/controllers/api/changeDojoRootController";
|
2025-03-12 07:59:29 -07:00
|
|
|
import { changeGuildRankController } from "@/src/controllers/api/changeGuildRankController";
|
2023-06-02 00:20:49 -03:00
|
|
|
import { checkDailyMissionBonusController } from "@/src/controllers/api/checkDailyMissionBonusController";
|
2024-06-18 02:07:30 +02:00
|
|
|
import { claimCompletedRecipeController } from "@/src/controllers/api/claimCompletedRecipeController";
|
2025-02-25 17:31:52 -08:00
|
|
|
import { claimLibraryDailyTaskRewardController } from "@/src/controllers/api/claimLibraryDailyTaskRewardController";
|
2025-01-19 01:57:24 +01:00
|
|
|
import { clearDialogueHistoryController } from "@/src/controllers/api/clearDialogueHistoryController";
|
2025-03-25 06:38:44 -07:00
|
|
|
import { clearNewEpisodeRewardController } from "@/src/controllers/api/clearNewEpisodeRewardController";
|
2025-02-23 03:55:15 -08:00
|
|
|
import { completeRandomModChallengeController } from "@/src/controllers/api/completeRandomModChallengeController";
|
2025-04-03 19:04:21 -07:00
|
|
|
import { confirmAllianceInvitationController } from "@/src/controllers/api/confirmAllianceInvitationController";
|
2025-04-05 06:51:37 -07:00
|
|
|
import { confirmGuildInvitationGetController, confirmGuildInvitationPostController } from "@/src/controllers/api/confirmGuildInvitationController";
|
2025-03-08 01:44:30 -08:00
|
|
|
import { contributeGuildClassController } from "@/src/controllers/api/contributeGuildClassController";
|
2025-03-03 12:48:39 -08:00
|
|
|
import { contributeToDojoComponentController } from "@/src/controllers/api/contributeToDojoComponentController";
|
2025-03-06 21:24:25 -08:00
|
|
|
import { contributeToVaultController } from "@/src/controllers/api/contributeToVaultController";
|
2025-04-02 04:59:21 -07:00
|
|
|
import { createAllianceController } from "@/src/controllers/api/createAllianceController";
|
2024-06-18 02:07:30 +02:00
|
|
|
import { createGuildController } from "@/src/controllers/api/createGuildController";
|
2025-01-04 01:04:58 +01:00
|
|
|
import { creditsController } from "@/src/controllers/api/creditsController";
|
2025-04-19 09:06:20 -07:00
|
|
|
import { crewMembersController } from "@/src/controllers/api/crewMembersController";
|
2025-04-16 06:31:00 -07:00
|
|
|
import { crewShipIdentifySalvageController } from "@/src/controllers/api/crewShipIdentifySalvageController";
|
2025-03-13 02:14:29 -07:00
|
|
|
import { customizeGuildRanksController } from "@/src/controllers/api/customizeGuildRanksController";
|
2025-03-25 15:12:09 -07:00
|
|
|
import { customObstacleCourseLeaderboardController } from "@/src/controllers/api/customObstacleCourseLeaderboardController";
|
2025-04-03 19:04:21 -07:00
|
|
|
import { declineAllianceInviteController } from "@/src/controllers/api/declineAllianceInviteController";
|
2025-03-10 16:40:40 -07:00
|
|
|
import { declineGuildInviteController } from "@/src/controllers/api/declineGuildInviteController";
|
2023-06-02 00:20:49 -03:00
|
|
|
import { deleteSessionController } from "@/src/controllers/api/deleteSessionController";
|
2025-03-05 23:54:47 -08:00
|
|
|
import { destroyDojoDecoController } from "@/src/controllers/api/destroyDojoDecoController";
|
2025-04-04 06:03:12 -07:00
|
|
|
import { divvyAllianceVaultController } from "@/src/controllers/api/divvyAllianceVaultController";
|
2025-03-04 10:33:38 -08:00
|
|
|
import { dojoComponentRushController } from "@/src/controllers/api/dojoComponentRushController";
|
2025-04-12 06:14:02 -07:00
|
|
|
import { dojoController, setDojoURLController } from "@/src/controllers/api/dojoController";
|
2023-06-02 00:20:49 -03:00
|
|
|
import { dronesController } from "@/src/controllers/api/dronesController";
|
2024-12-22 20:36:01 +01:00
|
|
|
import { endlessXpController } from "@/src/controllers/api/endlessXpController";
|
2025-03-23 05:06:31 -07:00
|
|
|
import { entratiLabConquestModeController } from "@/src/controllers/api/entratiLabConquestModeController";
|
2024-06-20 13:05:07 +02:00
|
|
|
import { evolveWeaponController } from "@/src/controllers/api/evolveWeaponController";
|
2023-06-02 00:20:49 -03:00
|
|
|
import { findSessionsController } from "@/src/controllers/api/findSessionsController";
|
2024-12-30 19:48:20 +01:00
|
|
|
import { fishmongerController } from "@/src/controllers/api/fishmongerController";
|
2024-06-18 02:07:30 +02:00
|
|
|
import { focusController } from "@/src/controllers/api/focusController";
|
2024-10-12 23:51:45 +02:00
|
|
|
import { fusionTreasuresController } from "@/src/controllers/api/fusionTreasuresController";
|
2023-06-02 00:20:49 -03:00
|
|
|
import { genericUpdateController } from "@/src/controllers/api/genericUpdateController";
|
|
|
|
import { getAllianceController } from "@/src/controllers/api/getAllianceController";
|
2024-06-18 02:07:30 +02:00
|
|
|
import { getDailyDealStockLevelsController } from "@/src/controllers/api/getDailyDealStockLevelsController";
|
2023-06-02 00:20:49 -03:00
|
|
|
import { getFriendsController } from "@/src/controllers/api/getFriendsController";
|
2025-03-27 03:33:08 -07:00
|
|
|
import { getGuildContributionsController } from "@/src/controllers/api/getGuildContributionsController";
|
2024-06-18 02:07:30 +02:00
|
|
|
import { getGuildController } from "@/src/controllers/api/getGuildController";
|
|
|
|
import { getGuildDojoController } from "@/src/controllers/api/getGuildDojoController";
|
2025-02-23 04:33:28 +01:00
|
|
|
import { getGuildLogController } from "@/src/controllers/api/getGuildLogController";
|
2023-06-02 00:20:49 -03:00
|
|
|
import { getIgnoredUsersController } from "@/src/controllers/api/getIgnoredUsersController";
|
|
|
|
import { getNewRewardSeedController } from "@/src/controllers/api/getNewRewardSeedController";
|
|
|
|
import { getShipController } from "@/src/controllers/api/getShipController";
|
2024-06-20 13:29:48 +02:00
|
|
|
import { getVendorInfoController } from "@/src/controllers/api/getVendorInfoController";
|
2025-01-06 05:35:36 +01:00
|
|
|
import { getVoidProjectionRewardsController } from "@/src/controllers/api/getVoidProjectionRewardsController";
|
2025-03-27 12:57:44 -07:00
|
|
|
import { giftingController } from "@/src/controllers/api/giftingController";
|
2024-07-01 12:27:33 +02:00
|
|
|
import { gildWeaponController } from "@/src/controllers/api/gildWeaponController";
|
2025-01-31 09:37:51 +01:00
|
|
|
import { giveKeyChainTriggeredItemsController } from "@/src/controllers/api/giveKeyChainTriggeredItemsController";
|
2025-02-12 00:22:05 +01:00
|
|
|
import { giveKeyChainTriggeredMessageController } from "@/src/controllers/api/giveKeyChainTriggeredMessageController";
|
2025-04-16 01:35:28 +02:00
|
|
|
import { giveQuestKeyRewardController } from "@/src/controllers/api/giveQuestKeyRewardController";
|
2025-04-15 06:16:19 -07:00
|
|
|
import { giveShipDecoAndLoreFragmentController } from "@/src/controllers/api/giveShipDecoAndLoreFragmentController";
|
2025-02-23 04:33:28 +01:00
|
|
|
import { giveStartingGearController } from "@/src/controllers/api/giveStartingGearController";
|
|
|
|
import { guildTechController } from "@/src/controllers/api/guildTechController";
|
2023-06-02 00:20:49 -03:00
|
|
|
import { hostSessionController } from "@/src/controllers/api/hostSessionController";
|
2025-03-26 14:21:58 -07:00
|
|
|
import { hubBlessingController } from "@/src/controllers/api/hubBlessingController";
|
2023-06-02 00:20:49 -03:00
|
|
|
import { hubController } from "@/src/controllers/api/hubController";
|
|
|
|
import { hubInstancesController } from "@/src/controllers/api/hubInstancesController";
|
|
|
|
import { inboxController } from "@/src/controllers/api/inboxController";
|
2024-06-18 13:02:29 +02:00
|
|
|
import { infestedFoundryController } from "@/src/controllers/api/infestedFoundryController";
|
2023-06-02 00:20:49 -03:00
|
|
|
import { inventoryController } from "@/src/controllers/api/inventoryController";
|
2024-06-18 02:07:30 +02:00
|
|
|
import { inventorySlotsController } from "@/src/controllers/api/inventorySlotsController";
|
|
|
|
import { joinSessionController } from "@/src/controllers/api/joinSessionController";
|
2023-06-02 00:20:49 -03:00
|
|
|
import { loginController } from "@/src/controllers/api/loginController";
|
|
|
|
import { loginRewardsController } from "@/src/controllers/api/loginRewardsController";
|
2025-03-21 05:19:42 -07:00
|
|
|
import { loginRewardsSelectionController } from "@/src/controllers/api/loginRewardsSelectionController";
|
2023-06-02 00:20:49 -03:00
|
|
|
import { logoutController } from "@/src/controllers/api/logoutController";
|
|
|
|
import { marketRecommendationsController } from "@/src/controllers/api/marketRecommendationsController";
|
2025-03-28 15:50:44 -07:00
|
|
|
import { maturePetController } from "@/src/controllers/api/maturePetController";
|
2023-06-02 00:20:49 -03:00
|
|
|
import { missionInventoryUpdateController } from "@/src/controllers/api/missionInventoryUpdateController";
|
2024-06-18 02:07:30 +02:00
|
|
|
import { modularWeaponCraftingController } from "@/src/controllers/api/modularWeaponCraftingController";
|
2023-06-02 00:20:49 -03:00
|
|
|
import { modularWeaponSaleController } from "@/src/controllers/api/modularWeaponSaleController";
|
2024-06-18 02:07:30 +02:00
|
|
|
import { nameWeaponController } from "@/src/controllers/api/nameWeaponController";
|
2025-03-20 05:36:09 -07:00
|
|
|
import { nemesisController } from "@/src/controllers/api/nemesisController";
|
2025-03-05 23:54:47 -08:00
|
|
|
import { placeDecoInComponentController } from "@/src/controllers/api/placeDecoInComponentController";
|
2025-04-12 06:14:46 -07:00
|
|
|
import { playedParkourTutorialController } from "@/src/controllers/api/playedParkourTutorialController";
|
2025-01-06 05:36:18 +01:00
|
|
|
import { playerSkillsController } from "@/src/controllers/api/playerSkillsController";
|
2025-03-31 04:14:00 -07:00
|
|
|
import { postGuildAdvertisementController } from "@/src/controllers/api/postGuildAdvertisementController";
|
2025-02-23 04:33:28 +01:00
|
|
|
import { projectionManagerController } from "@/src/controllers/api/projectionManagerController";
|
2023-06-02 00:20:49 -03:00
|
|
|
import { purchaseController } from "@/src/controllers/api/purchaseController";
|
2024-06-18 02:07:30 +02:00
|
|
|
import { queueDojoComponentDestructionController } from "@/src/controllers/api/queueDojoComponentDestructionController";
|
2025-03-24 01:38:08 -07:00
|
|
|
import { redeemPromoCodeController } from "@/src/controllers/api/redeemPromoCodeController";
|
2025-04-01 02:29:05 -07:00
|
|
|
import { releasePetController } from "@/src/controllers/api/releasePetController";
|
2025-04-04 15:18:10 -07:00
|
|
|
import { removeFromAllianceController } from "@/src/controllers/api/removeFromAllianceController";
|
2025-03-10 16:40:40 -07:00
|
|
|
import { removeFromGuildController } from "@/src/controllers/api/removeFromGuildController";
|
2025-04-18 11:16:43 -07:00
|
|
|
import { removeIgnoredUserController } from "@/src/controllers/api/removeIgnoredUserController";
|
2023-06-02 00:20:49 -03:00
|
|
|
import { rerollRandomModController } from "@/src/controllers/api/rerollRandomModController";
|
2025-03-28 03:08:22 -07:00
|
|
|
import { retrievePetFromStasisController } from "@/src/controllers/api/retrievePetFromStasisController";
|
2025-01-19 01:57:24 +01:00
|
|
|
import { saveDialogueController } from "@/src/controllers/api/saveDialogueController";
|
2025-04-11 06:56:45 -07:00
|
|
|
import { saveLoadoutController } from "@/src/controllers/api/saveLoadoutController";
|
2025-02-23 04:33:28 +01:00
|
|
|
import { saveSettingsController } from "@/src/controllers/api/saveSettingsController";
|
2025-04-03 10:39:16 -07:00
|
|
|
import { saveVaultAutoContributeController } from "@/src/controllers/api/saveVaultAutoContributeController";
|
2024-06-18 02:07:30 +02:00
|
|
|
import { sellController } from "@/src/controllers/api/sellController";
|
2025-04-12 06:15:03 -07:00
|
|
|
import { sendMsgToInBoxController } from "@/src/controllers/api/sendMsgToInBoxController";
|
2023-06-02 00:20:49 -03:00
|
|
|
import { setActiveQuestController } from "@/src/controllers/api/setActiveQuestController";
|
2024-06-18 02:07:30 +02:00
|
|
|
import { setActiveShipController } from "@/src/controllers/api/setActiveShipController";
|
2025-04-05 06:51:54 -07:00
|
|
|
import { setAllianceGuildPermissionsController } from "@/src/controllers/api/setAllianceGuildPermissionsController";
|
2024-06-18 02:07:30 +02:00
|
|
|
import { setBootLocationController } from "@/src/controllers/api/setBootLocationController";
|
2025-04-07 05:30:00 -07:00
|
|
|
import { setDojoComponentColorsController } from "@/src/controllers/api/setDojoComponentColorsController";
|
2025-02-11 20:11:31 -08:00
|
|
|
import { setDojoComponentMessageController } from "@/src/controllers/api/setDojoComponentMessageController";
|
2025-04-08 03:06:06 -07:00
|
|
|
import { setDojoComponentSettingsController } from "@/src/controllers/api/setDojoComponentSettingsController";
|
2025-01-11 12:54:32 +01:00
|
|
|
import { setEquippedInstrumentController } from "@/src/controllers/api/setEquippedInstrumentController";
|
2025-03-09 07:47:32 -07:00
|
|
|
import { setGuildMotdController } from "@/src/controllers/api/setGuildMotdController";
|
2024-10-18 16:54:49 +02:00
|
|
|
import { setPlacedDecoInfoController } from "@/src/controllers/api/setPlacedDecoInfoController";
|
2024-06-18 02:07:30 +02:00
|
|
|
import { setShipCustomizationsController } from "@/src/controllers/api/setShipCustomizationsController";
|
2024-12-30 19:48:43 +01:00
|
|
|
import { setShipFavouriteLoadoutController } from "@/src/controllers/api/setShipFavouriteLoadoutController";
|
2025-04-14 07:16:25 -07:00
|
|
|
import { setShipVignetteController } from "@/src/controllers/api/setShipVignetteController";
|
2024-06-18 02:07:30 +02:00
|
|
|
import { setSupportedSyndicateController } from "@/src/controllers/api/setSupportedSyndicateController";
|
2025-02-23 04:33:28 +01:00
|
|
|
import { setWeaponSkillTreeController } from "@/src/controllers/api/setWeaponSkillTreeController";
|
2024-06-18 02:07:30 +02:00
|
|
|
import { shipDecorationsController } from "@/src/controllers/api/shipDecorationsController";
|
2025-02-28 18:09:37 -08:00
|
|
|
import { startCollectibleEntryController } from "@/src/controllers/api/startCollectibleEntryController";
|
2024-06-18 02:07:30 +02:00
|
|
|
import { startDojoRecipeController } from "@/src/controllers/api/startDojoRecipeController";
|
2025-02-25 17:31:52 -08:00
|
|
|
import { startLibraryDailyTaskController } from "@/src/controllers/api/startLibraryDailyTaskController";
|
2025-01-31 17:03:00 +01:00
|
|
|
import { startLibraryPersonalTargetController } from "@/src/controllers/api/startLibraryPersonalTargetController";
|
2024-06-18 02:07:30 +02:00
|
|
|
import { startRecipeController } from "@/src/controllers/api/startRecipeController";
|
2024-06-19 10:33:56 +02:00
|
|
|
import { stepSequencersController } from "@/src/controllers/api/stepSequencersController";
|
2023-06-02 00:20:49 -03:00
|
|
|
import { surveysController } from "@/src/controllers/api/surveysController";
|
2025-02-23 04:33:28 +01:00
|
|
|
import { syndicateSacrificeController } from "@/src/controllers/api/syndicateSacrificeController";
|
|
|
|
import { syndicateStandingBonusController } from "@/src/controllers/api/syndicateStandingBonusController";
|
2024-07-01 12:27:33 +02:00
|
|
|
import { tauntHistoryController } from "@/src/controllers/api/tauntHistoryController";
|
2025-03-15 03:21:40 -07:00
|
|
|
import { tradingController } from "@/src/controllers/api/tradingController";
|
2024-06-18 02:07:30 +02:00
|
|
|
import { trainingResultController } from "@/src/controllers/api/trainingResultController";
|
2025-01-31 09:37:51 +01:00
|
|
|
import { unlockShipFeatureController } from "@/src/controllers/api/unlockShipFeatureController";
|
2025-02-28 12:36:49 -08:00
|
|
|
import { updateAlignmentController } from "@/src/controllers/api/updateAlignmentController";
|
2023-06-02 00:20:49 -03:00
|
|
|
import { updateChallengeProgressController } from "@/src/controllers/api/updateChallengeProgressController";
|
2025-01-31 09:37:51 +01:00
|
|
|
import { updateQuestController } from "@/src/controllers/api/updateQuestController";
|
2023-06-02 00:20:49 -03:00
|
|
|
import { updateSessionGetController, updateSessionPostController } from "@/src/controllers/api/updateSessionController";
|
2025-02-28 18:18:33 -08:00
|
|
|
import { updateSongChallengeController } from "@/src/controllers/api/updateSongChallengeController";
|
2025-02-23 04:33:28 +01:00
|
|
|
import { updateThemeController } from "@/src/controllers/api/updateThemeController";
|
2024-05-06 15:08:56 +02:00
|
|
|
import { upgradesController } from "@/src/controllers/api/upgradesController";
|
2025-03-20 09:50:33 -07:00
|
|
|
import { valenceSwapController } from "@/src/controllers/api/valenceSwapController";
|
2025-03-23 05:06:06 -07:00
|
|
|
import { wishlistController } from "@/src/controllers/api/wishlistController";
|
2023-05-19 15:22:48 -03:00
|
|
|
|
|
|
|
const apiRouter = express.Router();
|
|
|
|
|
|
|
|
// get
|
2025-02-25 17:31:52 -08:00
|
|
|
apiRouter.get("/abandonLibraryDailyTask.php", abandonLibraryDailyTaskController);
|
2025-03-06 07:19:01 -08:00
|
|
|
apiRouter.get("/abortDojoComponentDestruction.php", abortDojoComponentDestructionController);
|
2025-03-31 04:14:00 -07:00
|
|
|
apiRouter.get("/cancelGuildAdvertisement.php", cancelGuildAdvertisementController);
|
2025-04-10 07:15:27 -07:00
|
|
|
apiRouter.get("/changeDojoRoot.php", changeDojoRootController);
|
2025-03-12 07:59:29 -07:00
|
|
|
apiRouter.get("/changeGuildRank.php", changeGuildRankController);
|
2023-05-19 15:22:48 -03:00
|
|
|
apiRouter.get("/checkDailyMissionBonus.php", checkDailyMissionBonusController);
|
2025-02-25 17:31:52 -08:00
|
|
|
apiRouter.get("/claimLibraryDailyTaskReward.php", claimLibraryDailyTaskRewardController);
|
2025-04-03 19:04:21 -07:00
|
|
|
apiRouter.get("/confirmAllianceInvitation.php", confirmAllianceInvitationController);
|
2025-04-05 06:51:37 -07:00
|
|
|
apiRouter.get("/confirmGuildInvitation.php", confirmGuildInvitationGetController);
|
2025-01-04 01:04:58 +01:00
|
|
|
apiRouter.get("/credits.php", creditsController);
|
2025-04-03 19:04:21 -07:00
|
|
|
apiRouter.get("/declineAllianceInvite.php", declineAllianceInviteController);
|
2025-03-10 16:40:40 -07:00
|
|
|
apiRouter.get("/declineGuildInvite.php", declineGuildInviteController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.get("/deleteSession.php", deleteSessionController);
|
2025-04-04 06:03:12 -07:00
|
|
|
apiRouter.get("/divvyAllianceVault.php", divvyAllianceVaultController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.get("/dojo", dojoController);
|
2023-06-02 00:20:49 -03:00
|
|
|
apiRouter.get("/drones.php", dronesController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.get("/getDailyDealStockLevels.php", getDailyDealStockLevelsController);
|
|
|
|
apiRouter.get("/getFriends.php", getFriendsController);
|
|
|
|
apiRouter.get("/getGuild.php", getGuildController);
|
2025-03-27 03:33:08 -07:00
|
|
|
apiRouter.get("/getGuildContributions.php", getGuildContributionsController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.get("/getGuildDojo.php", getGuildDojoController);
|
|
|
|
apiRouter.get("/getGuildLog.php", getGuildLogController);
|
2023-05-19 15:22:48 -03:00
|
|
|
apiRouter.get("/getIgnoredUsers.php", getIgnoredUsersController);
|
|
|
|
apiRouter.get("/getNewRewardSeed.php", getNewRewardSeedController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.get("/getShip.php", getShipController);
|
2024-06-20 13:29:48 +02:00
|
|
|
apiRouter.get("/getVendorInfo.php", getVendorInfoController);
|
2023-06-01 17:08:05 -07:00
|
|
|
apiRouter.get("/hub", hubController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.get("/hubInstances", hubInstancesController);
|
|
|
|
apiRouter.get("/inbox.php", inboxController);
|
|
|
|
apiRouter.get("/inventory.php", inventoryController);
|
|
|
|
apiRouter.get("/loginRewards.php", loginRewardsController);
|
2023-06-01 17:08:05 -07:00
|
|
|
apiRouter.get("/logout.php", logoutController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.get("/marketRecommendations.php", marketRecommendationsController);
|
|
|
|
apiRouter.get("/marketSearchRecommendations.php", marketRecommendationsController);
|
|
|
|
apiRouter.get("/modularWeaponSale.php", modularWeaponSaleController);
|
2025-04-12 06:14:46 -07:00
|
|
|
apiRouter.get("/playedParkourTutorial.php", playedParkourTutorialController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.get("/queueDojoComponentDestruction.php", queueDojoComponentDestructionController);
|
2025-04-04 15:18:10 -07:00
|
|
|
apiRouter.get("/removeFromAlliance.php", removeFromAllianceController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.get("/setActiveQuest.php", setActiveQuestController);
|
2024-02-18 13:58:43 +01:00
|
|
|
apiRouter.get("/setActiveShip.php", setActiveShipController);
|
2025-04-05 06:51:54 -07:00
|
|
|
apiRouter.get("/setAllianceGuildPermissions.php", setAllianceGuildPermissionsController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.get("/setBootLocation.php", setBootLocationController);
|
2025-04-12 06:14:02 -07:00
|
|
|
apiRouter.get("/setDojoURL", setDojoURLController);
|
2025-03-09 07:47:32 -07:00
|
|
|
apiRouter.get("/setGuildMotd.php", setGuildMotdController);
|
2024-05-06 15:38:10 +02:00
|
|
|
apiRouter.get("/setSupportedSyndicate.php", setSupportedSyndicateController);
|
2025-02-25 17:31:52 -08:00
|
|
|
apiRouter.get("/startLibraryDailyTask.php", startLibraryDailyTaskController);
|
2025-01-31 17:03:00 +01:00
|
|
|
apiRouter.get("/startLibraryPersonalTarget.php", startLibraryPersonalTargetController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.get("/surveys.php", surveysController);
|
2025-03-15 03:21:40 -07:00
|
|
|
apiRouter.get("/trading.php", tradingController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.get("/updateSession.php", updateSessionGetController);
|
2023-05-19 15:22:48 -03:00
|
|
|
|
|
|
|
// post
|
2025-03-03 12:48:39 -08:00
|
|
|
apiRouter.post("/abortDojoComponent.php", abortDojoComponentController);
|
2025-01-06 05:35:57 +01:00
|
|
|
apiRouter.post("/activateRandomMod.php", activateRandomModController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.post("/addFriendImage.php", addFriendImageController);
|
2025-04-18 11:16:43 -07:00
|
|
|
apiRouter.post("/addIgnoredUser.php", addIgnoredUserController);
|
2025-04-03 19:04:21 -07:00
|
|
|
apiRouter.post("/addToAlliance.php", addToAllianceController);
|
2025-03-10 16:40:40 -07:00
|
|
|
apiRouter.post("/addToGuild.php", addToGuildController);
|
2024-10-06 17:43:43 +02:00
|
|
|
apiRouter.post("/arcaneCommon.php", arcaneCommonController);
|
2025-01-17 05:09:25 +01:00
|
|
|
apiRouter.post("/archonFusion.php", archonFusionController);
|
2023-09-06 14:02:54 +04:00
|
|
|
apiRouter.post("/artifacts.php", artifactsController);
|
2025-03-08 04:34:41 -08:00
|
|
|
apiRouter.post("/artifactTransmutation.php", artifactTransmutationController);
|
2025-02-12 14:06:48 -08:00
|
|
|
apiRouter.post("/changeDojoRoot.php", changeDojoRootController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.post("/claimCompletedRecipe.php", claimCompletedRecipeController);
|
2025-01-19 01:57:24 +01:00
|
|
|
apiRouter.post("/clearDialogueHistory.php", clearDialogueHistoryController);
|
2025-03-25 06:38:44 -07:00
|
|
|
apiRouter.post("/clearNewEpisodeReward.php", clearNewEpisodeRewardController);
|
2025-02-23 03:55:15 -08:00
|
|
|
apiRouter.post("/completeRandomModChallenge.php", completeRandomModChallengeController);
|
2025-04-05 06:51:37 -07:00
|
|
|
apiRouter.post("/confirmGuildInvitation.php", confirmGuildInvitationPostController);
|
2025-03-08 01:44:30 -08:00
|
|
|
apiRouter.post("/contributeGuildClass.php", contributeGuildClassController);
|
2025-03-03 12:48:39 -08:00
|
|
|
apiRouter.post("/contributeToDojoComponent.php", contributeToDojoComponentController);
|
2025-03-06 21:24:25 -08:00
|
|
|
apiRouter.post("/contributeToVault.php", contributeToVaultController);
|
2025-04-02 04:59:21 -07:00
|
|
|
apiRouter.post("/createAlliance.php", createAllianceController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.post("/createGuild.php", createGuildController);
|
2025-04-19 09:06:20 -07:00
|
|
|
apiRouter.post("/crewMembers.php", crewMembersController);
|
2025-04-16 06:31:00 -07:00
|
|
|
apiRouter.post("/crewShipIdentifySalvage.php", crewShipIdentifySalvageController);
|
2025-03-13 02:14:29 -07:00
|
|
|
apiRouter.post("/customizeGuildRanks.php", customizeGuildRanksController);
|
2025-03-25 15:12:09 -07:00
|
|
|
apiRouter.post("/customObstacleCourseLeaderboard.php", customObstacleCourseLeaderboardController);
|
2025-03-05 23:54:47 -08:00
|
|
|
apiRouter.post("/destroyDojoDeco.php", destroyDojoDecoController);
|
2025-03-04 10:33:38 -08:00
|
|
|
apiRouter.post("/dojoComponentRush.php", dojoComponentRushController);
|
2025-03-03 05:48:46 -08:00
|
|
|
apiRouter.post("/drones.php", dronesController);
|
2024-12-22 20:36:01 +01:00
|
|
|
apiRouter.post("/endlessXp.php", endlessXpController);
|
2025-03-23 05:06:31 -07:00
|
|
|
apiRouter.post("/entratiLabConquestMode.php", entratiLabConquestModeController);
|
2024-06-20 13:05:07 +02:00
|
|
|
apiRouter.post("/evolveWeapon.php", evolveWeaponController);
|
2023-05-19 15:22:48 -03:00
|
|
|
apiRouter.post("/findSessions.php", findSessionsController);
|
2024-12-30 19:48:20 +01:00
|
|
|
apiRouter.post("/fishmonger.php", fishmongerController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.post("/focus.php", focusController);
|
2024-10-12 23:51:45 +02:00
|
|
|
apiRouter.post("/fusionTreasures.php", fusionTreasuresController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.post("/genericUpdate.php", genericUpdateController);
|
2023-05-19 15:22:48 -03:00
|
|
|
apiRouter.post("/getAlliance.php", getAllianceController);
|
2025-03-19 20:38:14 +01:00
|
|
|
apiRouter.post("/getFriends.php", getFriendsController);
|
2025-03-09 11:16:17 -07:00
|
|
|
apiRouter.post("/getGuildDojo.php", getGuildDojoController);
|
2025-01-06 05:35:36 +01:00
|
|
|
apiRouter.post("/getVoidProjectionRewards.php", getVoidProjectionRewardsController);
|
2025-03-27 12:57:44 -07:00
|
|
|
apiRouter.post("/gifting.php", giftingController);
|
2024-06-27 10:21:02 +02:00
|
|
|
apiRouter.post("/gildWeapon.php", gildWeaponController);
|
2025-01-24 14:13:21 +01:00
|
|
|
apiRouter.post("/giveKeyChainTriggeredItems.php", giveKeyChainTriggeredItemsController);
|
2025-01-31 17:24:42 +01:00
|
|
|
apiRouter.post("/giveKeyChainTriggeredMessage.php", giveKeyChainTriggeredMessageController);
|
|
|
|
apiRouter.post("/giveQuestKeyReward.php", giveQuestKeyRewardController);
|
2025-04-15 06:16:19 -07:00
|
|
|
apiRouter.post("/giveShipDecoAndLoreFragment.php", giveShipDecoAndLoreFragmentController);
|
2025-02-22 11:10:52 -08:00
|
|
|
apiRouter.post("/giveStartingGear.php", giveStartingGearController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.post("/guildTech.php", guildTechController);
|
2023-05-19 15:22:48 -03:00
|
|
|
apiRouter.post("/hostSession.php", hostSessionController);
|
2025-03-26 14:21:58 -07:00
|
|
|
apiRouter.post("/hubBlessing.php", hubBlessingController);
|
2024-06-18 13:02:29 +02:00
|
|
|
apiRouter.post("/infestedFoundry.php", infestedFoundryController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.post("/inventorySlots.php", inventorySlotsController);
|
|
|
|
apiRouter.post("/joinSession.php", joinSessionController);
|
|
|
|
apiRouter.post("/login.php", loginController);
|
2025-03-21 05:19:42 -07:00
|
|
|
apiRouter.post("/loginRewardsSelection.php", loginRewardsSelectionController);
|
2025-03-28 15:50:44 -07:00
|
|
|
apiRouter.post("/maturePet.php", maturePetController);
|
2023-06-02 00:20:49 -03:00
|
|
|
apiRouter.post("/missionInventoryUpdate.php", missionInventoryUpdateController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.post("/modularWeaponCrafting.php", modularWeaponCraftingController);
|
2025-03-17 05:10:44 -07:00
|
|
|
apiRouter.post("/modularWeaponSale.php", modularWeaponSaleController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.post("/nameWeapon.php", nameWeaponController);
|
2025-03-20 05:36:09 -07:00
|
|
|
apiRouter.post("/nemesis.php", nemesisController);
|
2025-03-05 23:54:47 -08:00
|
|
|
apiRouter.post("/placeDecoInComponent.php", placeDecoInComponentController);
|
2025-01-06 05:36:18 +01:00
|
|
|
apiRouter.post("/playerSkills.php", playerSkillsController);
|
2025-03-31 04:14:00 -07:00
|
|
|
apiRouter.post("/postGuildAdvertisement.php", postGuildAdvertisementController);
|
2024-07-03 12:33:44 +02:00
|
|
|
apiRouter.post("/projectionManager.php", projectionManagerController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.post("/purchase.php", purchaseController);
|
2025-03-24 01:38:08 -07:00
|
|
|
apiRouter.post("/redeemPromoCode.php", redeemPromoCodeController);
|
2025-04-01 02:29:05 -07:00
|
|
|
apiRouter.post("/releasePet.php", releasePetController);
|
2025-03-10 16:40:40 -07:00
|
|
|
apiRouter.post("/removeFromGuild.php", removeFromGuildController);
|
2025-04-18 11:16:43 -07:00
|
|
|
apiRouter.post("/removeIgnoredUser.php", removeIgnoredUserController);
|
2023-06-02 00:20:49 -03:00
|
|
|
apiRouter.post("/rerollRandomMod.php", rerollRandomModController);
|
2025-03-28 03:08:22 -07:00
|
|
|
apiRouter.post("/retrievePetFromStasis.php", retrievePetFromStasisController);
|
2025-01-19 01:57:24 +01:00
|
|
|
apiRouter.post("/saveDialogue.php", saveDialogueController);
|
2023-06-14 02:26:19 +02:00
|
|
|
apiRouter.post("/saveLoadout.php", saveLoadoutController);
|
2025-02-23 05:00:41 +01:00
|
|
|
apiRouter.post("/saveSettings.php", saveSettingsController);
|
2025-04-03 10:39:16 -07:00
|
|
|
apiRouter.post("/saveVaultAutoContribute.php", saveVaultAutoContributeController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.post("/sell.php", sellController);
|
2025-04-12 06:15:03 -07:00
|
|
|
apiRouter.post("/sendMsgToInBox.php", sendMsgToInBoxController);
|
2025-04-07 05:30:00 -07:00
|
|
|
apiRouter.post("/setDojoComponentColors.php", setDojoComponentColorsController);
|
2025-02-11 20:11:31 -08:00
|
|
|
apiRouter.post("/setDojoComponentMessage.php", setDojoComponentMessageController);
|
2025-04-08 03:06:06 -07:00
|
|
|
apiRouter.post("/setDojoComponentSettings.php", setDojoComponentSettingsController);
|
2025-01-11 12:54:32 +01:00
|
|
|
apiRouter.post("/setEquippedInstrument.php", setEquippedInstrumentController);
|
2025-03-09 07:47:32 -07:00
|
|
|
apiRouter.post("/setGuildMotd.php", setGuildMotdController);
|
2024-10-18 16:54:49 +02:00
|
|
|
apiRouter.post("/setPlacedDecoInfo.php", setPlacedDecoInfoController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.post("/setShipCustomizations.php", setShipCustomizationsController);
|
2024-12-30 19:48:43 +01:00
|
|
|
apiRouter.post("/setShipFavouriteLoadout.php", setShipFavouriteLoadoutController);
|
2025-04-14 07:16:25 -07:00
|
|
|
apiRouter.post("/setShipVignette.php", setShipVignetteController);
|
2024-06-20 13:05:07 +02:00
|
|
|
apiRouter.post("/setWeaponSkillTree.php", setWeaponSkillTreeController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.post("/shipDecorations.php", shipDecorationsController);
|
2025-02-28 18:09:37 -08:00
|
|
|
apiRouter.post("/startCollectibleEntry.php", startCollectibleEntryController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.post("/startDojoRecipe.php", startDojoRecipeController);
|
|
|
|
apiRouter.post("/startRecipe.php", startRecipeController);
|
2024-06-19 10:33:56 +02:00
|
|
|
apiRouter.post("/stepSequencers.php", stepSequencersController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.post("/syndicateSacrifice.php", syndicateSacrificeController);
|
2024-12-22 20:37:02 +01:00
|
|
|
apiRouter.post("/syndicateStandingBonus.php", syndicateStandingBonusController);
|
2024-07-01 12:27:33 +02:00
|
|
|
apiRouter.post("/tauntHistory.php", tauntHistoryController);
|
2023-09-11 13:20:07 +02:00
|
|
|
apiRouter.post("/trainingResult.php", trainingResultController);
|
2025-01-24 14:13:21 +01:00
|
|
|
apiRouter.post("/unlockShipFeature.php", unlockShipFeatureController);
|
2025-02-28 12:36:49 -08:00
|
|
|
apiRouter.post("/updateAlignment.php", updateAlignmentController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.post("/updateChallengeProgress.php", updateChallengeProgressController);
|
2024-08-14 15:14:59 +02:00
|
|
|
apiRouter.post("/updateNodeIntros.php", genericUpdateController);
|
2025-02-12 00:22:05 +01:00
|
|
|
apiRouter.post("/updateQuest.php", updateQuestController);
|
2024-06-18 02:07:30 +02:00
|
|
|
apiRouter.post("/updateSession.php", updateSessionPostController);
|
2025-02-28 18:18:33 -08:00
|
|
|
apiRouter.post("/updateSongChallenge.php", updateSongChallengeController);
|
2024-04-04 01:55:51 +03:00
|
|
|
apiRouter.post("/updateTheme.php", updateThemeController);
|
2024-05-06 15:08:56 +02:00
|
|
|
apiRouter.post("/upgrades.php", upgradesController);
|
2025-03-20 09:50:33 -07:00
|
|
|
apiRouter.post("/valenceSwap.php", valenceSwapController);
|
2025-03-23 05:06:06 -07:00
|
|
|
apiRouter.post("/wishlist.php", wishlistController);
|
2023-09-11 13:20:07 +02:00
|
|
|
|
2023-05-19 15:22:48 -03:00
|
|
|
export { apiRouter };
|