5 lines
180 B
Dart
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';
|