mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
use new image server on SongItem.vue
This commit is contained in:
@@ -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 };
|
||||
Reference in New Issue
Block a user