basequery from env
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { fetchBaseQuery } from '@reduxjs/toolkit/query/react';
|
||||
|
||||
const rawBaseQuery = fetchBaseQuery({
|
||||
baseUrl: 'https://wdiplcms.betadelivery.com',
|
||||
baseUrl: import.meta.env.VITE_API_URL,
|
||||
});
|
||||
|
||||
const baseQueryWithReauth = async (args: any, api: any, extraOptions: any) => {
|
||||
|
||||
Reference in New Issue
Block a user