From fe797183d146a0a6ce29efc504deb697e3426663 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 20 Oct 2025 19:49:06 +0200 Subject: [PATCH] config in cloud --- lib/utils/constants.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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';