Skip to content

Commit 9cae587

Browse files
added swagger as startup path
1 parent b600a71 commit 9cae587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SampleWebApiAspNetCore/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"windowsAuthentication": false,
44
"anonymousAuthentication": true,
55
"iisExpress": {
6-
"applicationUrl": "http://localhost:29435/",
6+
"applicationUrl": "http://localhost:29435/swagger/",
77
"sslPort": 0
88
}
99
},

0 commit comments

Comments
 (0)