By default the API should be on /api, change it locally for your needs

This commit is contained in:
Ferdinand Thiessen 2020-10-30 17:53:13 +01:00
parent cc27307835
commit c306f96bb8
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
const config = {
baseURL: 'http://flaschengeist.local:5000'
baseURL: '/api'
};
export default config;