mirror of
https://github.com/BluemediaGER/fancy-gatus.git
synced 2024-11-08 17:35:29 +01:00
Make config request relative
This commit is contained in:
parent
f4a8cdfeb5
commit
85a84acc42
|
@ -79,7 +79,7 @@ export default {
|
|||
methods: {
|
||||
// Get frontend config and trigger initial data fetch
|
||||
getConfig() {
|
||||
axios.get('/config.json')
|
||||
axios.get('config.json')
|
||||
.then(response => {
|
||||
this.config = response.data;
|
||||
// Set title if defined in config
|
||||
|
|
Loading…
Reference in a new issue