포트 80번으로 변경, Swagger 추가

This commit is contained in:
2025-09-07 18:11:08 +09:00
parent 48ca53a6c3
commit a1161d794d
3 changed files with 34 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
{
"profiles": {
"BrokerDogConsole": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:57728;http://localhost:57729"
}
}
}