chore: upgrade deps
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user