Compare commits

...

2 Commits

Author SHA1 Message Date
97f2fb0a04 Merge pull request 'change address' (#3) from events into master
Reviewed-on: #3
2023-12-17 12:45:45 +01:00
64c54f9efb change address 2023-12-17 12:43:22 +01:00

View File

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