InventoryAgent/inventory_monitor_app/lib/api_config.dart
2025-10-20 00:03:49 +08:00

5 lines
180 B
Dart

/// The base URL for the Inventory API.
///
/// Make sure this matches the address and port your ASP.NET Core API is running on.
const String apiBaseUrl = 'http://localhost:5118';