Files
swingmusic-extended/src/config.ts
T
geoffrey45 ffcc0070a0 change server port to localhost 1970
+ change img server to localhost 1971
+ add loading = lazy to images
2022-08-06 23:35:33 +03:00

11 lines
180 B
TypeScript

const paths = {
api: "",
images: {
thumb: "http://0.0.0.0:1971/t/",
artist: "http://0.0.0.0:1971/a/",
playlist: "http://0.0.0.0:1971/p/"
},
};
export { paths };