diff --git a/src/store/api/auth/index.ts b/src/store/api/auth/index.ts index fb039df..4cfb712 100644 --- a/src/store/api/auth/index.ts +++ b/src/store/api/auth/index.ts @@ -34,7 +34,7 @@ export const authApi = createApi({ getAdminInfo: builder.query({ query: () => ({ - url: '', + url: 'admin', }), providesTags: [{ type: 'admin', id: 'ADMIN' }], }),