From 1ef32607ae3fd78891edc67dd653643e26426959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fahri=20Can=20Se=C3=A7er?= Date: Tue, 27 Jan 2026 23:38:19 +0300 Subject: [PATCH] Update route.ts --- src/app/api/auth/[...nextauth]/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/api/auth/[...nextauth]/route.ts b/src/app/api/auth/[...nextauth]/route.ts index 90d254a..de70bff 100644 --- a/src/app/api/auth/[...nextauth]/route.ts +++ b/src/app/api/auth/[...nextauth]/route.ts @@ -1,5 +1,5 @@ import baseUrl from "@/config/base-url"; -import { authService } from "@/lib/api/Example/auth/service"; +import { authService } from "@/lib/api/example/auth/service"; import NextAuth from "next-auth"; import Credentials from "next-auth/providers/credentials";