Explorar el Código

登录接口注释restApiFetch

fogwind hace 1 semana
padre
commit
a9361ac350
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 = {