diff --git a/AS1024.GeoFeed.MinimalAPI/Properties/launchSettings.json b/AS1024.GeoFeed.MinimalAPI/Properties/launchSettings.json index 6fce47b..6ac9d25 100644 --- a/AS1024.GeoFeed.MinimalAPI/Properties/launchSettings.json +++ b/AS1024.GeoFeed.MinimalAPI/Properties/launchSettings.json @@ -3,7 +3,7 @@ "http": { "commandName": "Project", "launchBrowser": true, - "launchUrl": "todos", + "launchUrl": "geofeed.csv", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" },