Files
swingmusic-extended/src/config.ts
T
2022-05-04 02:34:27 +03:00

11 lines
180 B
TypeScript

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