Skip to content

Commit 7a78fd2

Browse files
committed
[add] swagger launch URL in VS
1 parent 027b189 commit 7a78fd2

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

src/TesterApp/Properties/launchSettings.json

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,27 @@
11
{
2-
"iisSettings":
3-
{
2+
"iisSettings": {
43
"windowsAuthentication": false,
54
"anonymousAuthentication": true,
6-
"iisExpress":
7-
{
5+
"iisExpress": {
86
"applicationUrl": "http://localhost:5000",
7+
"launchUrl": "swagger/index.html",
98
"sslPort": 0
109
}
1110
},
12-
"profiles":
13-
{
14-
"IIS Express":
15-
{
11+
"profiles": {
12+
"IIS Express": {
1613
"commandName": "IISExpress",
17-
"environmentVariables":
18-
{
14+
"environmentVariables": {
1915
"ASPNETCORE_ENVIRONMENT": "Development"
2016
}
2117
},
22-
"TesterApp":
23-
{
18+
"TesterApp": {
2419
"commandName": "Project",
25-
"environmentVariables":
26-
{
20+
"environmentVariables": {
2721
"ASPNETCORE_ENVIRONMENT": "Development"
2822
},
2923
"launchBrowser": true,
24+
"launchUrl": "swagger/index.html",
3025
"applicationUrl": "http://localhost:5000"
3126
}
3227
}

0 commit comments

Comments
 (0)