From ea0ca8c88bc852e808402dbd6702d1b60c1c0e16 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Wed, 16 Apr 2025 01:35:28 +0200 Subject: [PATCH] chore: fix file name for giveQuestKeyRewardController --- .../api/{giveQuestKey.ts => giveQuestKeyRewardController.ts} | 0 src/routes/api.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/controllers/api/{giveQuestKey.ts => giveQuestKeyRewardController.ts} (100%) 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";