From ff8126f93b41fcb0f29eee71fa357330d4455b5a Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Sun, 19 Apr 2026 15:38:34 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix:=20Add=20missing=20Get=20imp?= =?UTF-8?q?ort=20in=20AuthController?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/modules/auth/auth.controller.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/modules/auth/auth.controller.ts b/backend/src/modules/auth/auth.controller.ts index 85a9f4e..c2c35a5 100644 --- a/backend/src/modules/auth/auth.controller.ts +++ b/backend/src/modules/auth/auth.controller.ts @@ -6,6 +6,7 @@ import { Controller, + Get, Post, Body, UseGuards,