Skip to content

Commit

Permalink
correção banca
Browse files Browse the repository at this point in the history
  • Loading branch information
wjrcode committed Nov 20, 2022
1 parent bced97c commit 473c03c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/Model/API/APIModel.dart
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import 'package:shared_preferences/shared_preferences.dart';

class ApiModel {
//String ApiUrl = "http://192.168.100.74:4444";
String ApiUrl = "http://192.168.100.75:4444";
//String ApiUrl = "http://10.0.0.91:4444";
String ApiUrl = "http://192.168.100.82:4444";
//String ApiUrl = "http://192.168.100.82:4444";

Future<Map<String, String>> getHeaders() async {
SharedPreferences prefs = await SharedPreferences.getInstance();
Expand Down
1 change: 0 additions & 1 deletion lib/components/dialogs/login/entrarDialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ Future<dynamic> entrar(BuildContext context) {
texto: 'Entrar',
cor: const Color(0xFF6BC8E4),
clicar: () async {
print('over');
bool succes =
await loginController.autentica();

Expand Down

0 comments on commit 473c03c

Please sign in to comment.