We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3901397 commit 4c7fa6cCopy full SHA for 4c7fa6c
lib/ServiceItems/network_service.dart
@@ -39,7 +39,7 @@ class NetworkService {
39
_dio.options.headers["accept"] = "application/json";
40
}
41
42
- final String baseUrl = "https://dev.nikahtime.ru/api"; // story didn`t use socket i think i will work with dev api
+ final String baseUrl = "https://nikahtime.ru/api"; // story didn`t use socket i think i will work with dev api
43
//LOGIN
44
final String login = "/login";
45
//REGISTRATION
0 commit comments