Fix start URL

This commit is contained in:
Pat Hartl 2025-02-03 17:49:19 -06:00
parent ad7467159e
commit ceac4f2428

View file

@ -12,7 +12,7 @@
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:7087;http://localhost:5087",
"applicationUrl": "http://localhost:1337",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}