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 695cd3b commit d083354Copy full SHA for d083354
lib/networking/api_client.dart
@@ -9,8 +9,8 @@ import 'package:shared_preferences/shared_preferences.dart';
9
import '../models/news_article.dart';
10
11
class ApiClient {
12
-// final String _baseUrl = 'https://api.covid-19.health.gov.lk';
13
- final String _baseUrl = 'http://covid19.egreen.io:8000';
+ final String _baseUrl = 'https://api.covid-19.health.gov.lk';
+// final String _baseUrl = 'http://covid19.egreen.io:8000';
14
15
Future<bool> registerUser(u) async {
16
final url = '$_baseUrl/user/register';
0 commit comments