From 810993cbf3b2bdfee24e76b32035aeeb7b8eeaae Mon Sep 17 00:00:00 2001 From: Jeff Leung Date: Sat, 13 Jan 2024 16:43:44 -0800 Subject: [PATCH] Update launch settings --- AS1024.GeoFeed.MinimalAPI/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },