Преглед изворни кода

登录接口注释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 = {