This commit is contained in:
Alex
2019-05-26 14:56:33 +03:00
parent ba44a4f1d0
commit d9db1b3f0e
14 changed files with 349 additions and 0 deletions

View File

@ -0,0 +1,7 @@
export class Urls {
static get song() {
return 'http://192.168.43.30:5000/mods'
}
}