File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Examples/GettingStarted/Properties Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ curl -s -f http://localhost:14141/api/books/1 `
44 - d ' {
55 \"data\": {
66 \"type\": \"books\",
7- \"id\": "1 ",
7+ \"id\": \"1\ ",
88 \"attributes\": {
99 \"publishYear\": 1820
1010 }
Original file line number Diff line number Diff line change 1010 "profiles" : {
1111 "IIS Express" : {
1212 "commandName" : " IISExpress" ,
13- "launchBrowser" : false ,
13+ "launchBrowser" : true ,
1414 "launchUrl" : " api/people" ,
1515 "environmentVariables" : {
1616 "ASPNETCORE_ENVIRONMENT" : " Development"
1717 }
1818 },
1919 "Kestrel" : {
2020 "commandName" : " Project" ,
21- "launchBrowser" : false ,
21+ "launchBrowser" : true ,
2222 "launchUrl" : " api/people" ,
2323 "applicationUrl" : " http://localhost:14141" ,
2424 "environmentVariables" : {
You can’t perform that action at this time.
0 commit comments