mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
11 lines
180 B
TypeScript
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 };
|