mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 01:11:13 +03:00
* Fixed issue with app logging off after closing * Change version to reflect minor change
This commit is contained in:
@@ -128,7 +128,7 @@ class NetworkService {
|
||||
|
||||
String validUrl = Uri.parse('$savedEndpoint/server-info/ping').toString();
|
||||
|
||||
debugPrint("pint server at url $validUrl");
|
||||
debugPrint("ping server at url $validUrl");
|
||||
Response res = await dio.get(validUrl);
|
||||
var jsonRespsonse = jsonDecode(res.toString());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user