Files
hexound.ru/src/app/models/urls.models.ts

8 lines
93 B
TypeScript
Raw Normal View History

2019-05-26 14:56:33 +03:00
export class Urls {
static get song() {
2019-05-26 19:42:22 +03:00
return 'http://des.hexor.ru:5050/mods'
2019-05-26 14:56:33 +03:00
}
}