By default the API should be on /api, change it locally for your needs
This commit is contained in:
parent
cc27307835
commit
c306f96bb8
|
@ -1,5 +1,5 @@
|
||||||
const config = {
|
const config = {
|
||||||
baseURL: 'http://flaschengeist.local:5000'
|
baseURL: '/api'
|
||||||
};
|
};
|
||||||
|
|
||||||
export default config;
|
export default config;
|
||||||
|
|
Loading…
Reference in New Issue