added creds
This commit is contained in:
@@ -76,6 +76,7 @@ const API_URL = `${process.env.REACT_APP_API_SCHEME}://${process.env.REACT_APP_A
|
||||
|
||||
export const api: AxiosInstance = axios.create({
|
||||
baseURL: API_URL,
|
||||
withCredentials: true
|
||||
});
|
||||
|
||||
export function ApiWrapper(p: { children: ReactNode}) {
|
||||
|
||||
Reference in New Issue
Block a user