Переглянути джерело

登录接口注释restApiFetch

fogwind 1 тиждень тому
батько
коміт
a9361ac350
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/utils/auth.ts

+ 1 - 1
src/utils/auth.ts

@@ -1,6 +1,6 @@
 import NextAuth, { NextAuthOptions } from "next-auth";
 import CredentialsProvider from "next-auth/providers/credentials";
-import { bagistoFetch, restApiFetch} from "@/utils/bagisto";
+import { bagistoFetch, /*restApiFetch*/} from "@/utils/bagisto";
 import { CUSTOMER_LOGIN } from "@/graphql/customer/mutations";
 
 export const authOptions: NextAuthOptions = {