Update route.ts
All checks were successful
UI Deploy (Next-Auth Support) 🎨 / build-and-deploy (push) Successful in 3m30s

This commit is contained in:
2026-01-27 23:38:19 +03:00
parent dc7ed1c48c
commit 1ef32607ae

View File

@@ -1,5 +1,5 @@
import baseUrl from "@/config/base-url"; 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 NextAuth from "next-auth";
import Credentials from "next-auth/providers/credentials"; import Credentials from "next-auth/providers/credentials";