diff --git a/lib/utils/constants.dart b/lib/utils/constants.dart index a5ae7b9..9b38fcb 100644 --- a/lib/utils/constants.dart +++ b/lib/utils/constants.dart @@ -3,9 +3,9 @@ import 'package:flutter/material.dart'; /// Costanti dell'applicazione class AppConstants { // API Configuration - static const String apiBaseUrl = 'http://10.0.2.2:8000'; // Android emulator + // static const String apiBaseUrl = 'http://10.0.2.2:8000'; // Android emulator // static const String apiBaseUrl = 'http://localhost:8000'; // iOS simulator - // static const String apiBaseUrl = 'http://YOUR_IP:8000'; // Device reale + static const String apiBaseUrl = 'http://94.177.199.207:8000'; // Device reale static const String apiVersion = 'v1';