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