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