Update stuff

This commit is contained in:
Oliver Traber 2022-03-15 23:32:11 +01:00
parent c032b2d294
commit e62efcad6e
Signed by: Bluemedia
GPG key ID: C7BA47275B086E2C
6 changed files with 20 additions and 3 deletions

View file

@ -34,7 +34,7 @@ export default {
methods: {
getCategories() {
axios
.get("/index.json")
.get("/index.json", { baseURL: "" })
.then((response) => {
this.categories = response.data;
this.loading = false;