Files
hexound.ru/src/app/models/urls.models.ts
2019-05-26 19:42:22 +03:00

8 lines
93 B
TypeScript

export class Urls {
static get song() {
return 'http://des.hexor.ru:5050/mods'
}
}