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

8 lines
94 B
TypeScript
Raw Normal View History

2019-05-26 14:56:33 +03:00
export class Urls {
static get song() {
return 'http://192.168.43.30:5000/mods'
}
}