use new image server on SongItem.vue

This commit is contained in:
geoffrey45
2022-05-04 01:45:29 +03:00
parent 1e7af1a800
commit 88e143ae2f
2 changed files with 17 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
const paths = {
api: "",
images: {
thumb: "http://0.0.0.0:9877/thumb/",
artist: "http://0.0.0.0:9877/artist/",
},
};
export { paths };