added the server url
This commit is contained in:
parent
3d28cf9e09
commit
d6043eb38c
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,6 +9,7 @@
|
||||
.history
|
||||
.svn/
|
||||
migrate_working_dir/
|
||||
android/app/.cxx/
|
||||
|
||||
# IntelliJ related
|
||||
*.iml
|
||||
|
@ -3,7 +3,7 @@ import 'package:http/http.dart' as http;
|
||||
import 'package:shared_preferences/shared_preferences.dart';
|
||||
|
||||
class AuthService {
|
||||
static const String baseUrl = 'http://localhost:5032/api';
|
||||
static const String baseUrl = 'https://api.marcoaiot.com/api';
|
||||
|
||||
static bool isLoggedIn = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user