mirror of
https://github.com/BluemediaDev/fancy-gatus.git
synced 2025-04-12 05:53:56 +02:00
Make config request relative
This commit is contained in:
parent
f4a8cdfeb5
commit
85a84acc42
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue