mirror of
https://github.com/house-of-vanity/hexound.ru.git
synced 2025-07-06 22:34:08 +00:00
8 lines
93 B
TypeScript
8 lines
93 B
TypeScript
export class Urls {
|
|
|
|
static get song() {
|
|
return 'http://des.hexor.ru:5050/mods'
|
|
}
|
|
|
|
}
|