chore: upgrade deps

This commit is contained in:
shenlong-tanwen
2024-08-22 00:22:08 +05:30
parent 75448ce56b
commit 7f83740b35
6 changed files with 122 additions and 99 deletions
@@ -18,7 +18,7 @@ class LoginService with LogContext {
final serverAPI =
Openapi(dio: dio, basePathOverride: baseUrl, interceptors: [])
.getServerInfoApi();
.getServerApi();
try {
await serverAPI.pingServer(validateStatus: (status) => status == 200);
} catch (e) {