This website requires JavaScript.
Flaschengeist
Help
Sign In
Flaschengeist
/
flaschengeist-frontend
Watch
7
Star
0
Fork
You've already forked flaschengeist-frontend
1
Code
Issues
Pull Requests
Projects
Releases
Activity
245944b6a9
flaschengeist-frontend
/
src
/
config.ts
6 lines
60 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add baseURL to axios
2020-10-15 01:35:44 +00:00
const
config
=
{
By default the API should be on /api, change it locally for your needs
2020-10-30 16:53:13 +00:00
baseURL
:
'/api'
Add baseURL to axios
2020-10-15 01:35:44 +00:00
}
;
Title für MainLink aus dem Store Funktion implementiert, damit Namen aus dem Store (getters) geladen werden können. Sobald im Title 'loadFromStore("<parameter>")' vorhanden ist, wird $store.dispatch(parameter) aufgerufen und als titel rausgegeben.
2020-10-17 10:56:25 +00:00
export
default
config
;