integ webcredentials

This commit is contained in:
2023-10-20 22:24:13 +02:00
parent 1bc043dd5e
commit 326b21a65c
2 changed files with 4 additions and 3 deletions

View File

@@ -1 +1 @@
const instance = axios.create({ baseURL: 'http://localhost:8083'});
const instance = axios.create({ baseURL: 'http://localhost:8083', withCredentials: true});