/// 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';