diff --git a/src/controllers/api/giveQuestKey.ts b/src/controllers/api/giveQuestKeyRewardController.ts similarity index 100% rename from src/controllers/api/giveQuestKey.ts rename to src/controllers/api/giveQuestKeyRewardController.ts diff --git a/src/routes/api.ts b/src/routes/api.ts index 1c69da55..39b3d751 100644 --- a/src/routes/api.ts +++ b/src/routes/api.ts @@ -61,7 +61,7 @@ import { giftingController } from "@/src/controllers/api/giftingController"; import { gildWeaponController } from "@/src/controllers/api/gildWeaponController"; import { giveKeyChainTriggeredItemsController } from "@/src/controllers/api/giveKeyChainTriggeredItemsController"; import { giveKeyChainTriggeredMessageController } from "@/src/controllers/api/giveKeyChainTriggeredMessageController"; -import { giveQuestKeyRewardController } from "@/src/controllers/api/giveQuestKey"; +import { giveQuestKeyRewardController } from "@/src/controllers/api/giveQuestKeyRewardController"; import { giveShipDecoAndLoreFragmentController } from "@/src/controllers/api/giveShipDecoAndLoreFragmentController"; import { giveStartingGearController } from "@/src/controllers/api/giveStartingGearController"; import { guildTechController } from "@/src/controllers/api/guildTechController";