mirror of
https://gitlab.com/moepoi/neonime-app.git
synced 2024-12-26 22:40:25 +01:00
Update app config source
This commit is contained in:
parent
b7d7f425fc
commit
f7ecc1fc7f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import 'package:http/http.dart' as http;
|
|||
final appVersion = '1.0.0';
|
||||
|
||||
dynamic initializer() async {
|
||||
final urlConfig = 'https://moepoi.dev/test.json';
|
||||
final urlConfig = 'https://gitlab.com/moepoi/neonime-app/-/raw/master/info.json';
|
||||
final response = await http.get(urlConfig);
|
||||
var res = json.decode(response.body);
|
||||
return res;
|
||||
|
|
Loading…
Reference in a new issue