From ab99d23de36b39336aaad1eeb0258a5ccb7a3261 Mon Sep 17 00:00:00 2001 From: Hyang-Dan Date: Sun, 30 Nov 2025 18:30:16 +0900 Subject: [PATCH] =?UTF-8?q?issue=20#39=20-=20=EB=A1=9C=EA=B7=B8=EC=9D=B8?= =?UTF-8?q?=20=EC=9D=B4=ED=9B=84=20access/refresh=20token=20=EC=83=9D?= =?UTF-8?q?=EC=84=B1=20=EB=B0=8F=20=EB=B0=98=ED=99=98=20=EB=A1=9C=EC=A7=81?= =?UTF-8?q?=20=EA=B5=AC=ED=98=84=20-=20gitea=20=EC=9B=B9=ED=9B=85=20?= =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/account/account.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/account/account.module.ts b/src/modules/account/account.module.ts index bb93ff9..c7126df 100644 --- a/src/modules/account/account.module.ts +++ b/src/modules/account/account.module.ts @@ -9,4 +9,4 @@ import { AuthModule } from 'src/middleware/auth/auth.module'; providers: [AccountService, AccountRepo], exports: [AccountService, AccountRepo] }) -export class AccountModule {} \ No newline at end of file +export class AccountModule {}