some backend changes

This commit is contained in:
booploops 2021-12-24 01:48:08 -08:00 committed by BrandonPlank
parent 47a19dae94
commit 82301cde95
4 changed files with 20 additions and 9 deletions

View file

@ -217,7 +217,7 @@ const app = new Vue({
"attributes": {
"name": "Cider User",
"handle": "CiderUser",
"artwork": { "url": "http://localhost:9000/assets/logocut.png" }
"artwork": { "url": "./assets/logocut.png" }
}
},
menuOpened: false,
@ -312,7 +312,7 @@ const app = new Vue({
"attributes": {
"name": "Cider User",
"handle": "CiderUser",
"artwork": { "url": "http://localhost:9000/assets/logocut.png" }
"artwork": { "url": "./assets/logocut.png" }
}
}
}