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 `
4
4
- d ' {
5
5
\"data\": {
6
6
\"type\": \"books\",
7
- \"id\": "1 ",
7
+ \"id\": \"1\ ",
8
8
\"attributes\": {
9
9
\"publishYear\": 1820
10
10
}
Original file line number Diff line number Diff line change 10
10
"profiles" : {
11
11
"IIS Express" : {
12
12
"commandName" : " IISExpress" ,
13
- "launchBrowser" : false ,
13
+ "launchBrowser" : true ,
14
14
"launchUrl" : " api/people" ,
15
15
"environmentVariables" : {
16
16
"ASPNETCORE_ENVIRONMENT" : " Development"
17
17
}
18
18
},
19
19
"Kestrel" : {
20
20
"commandName" : " Project" ,
21
- "launchBrowser" : false ,
21
+ "launchBrowser" : true ,
22
22
"launchUrl" : " api/people" ,
23
23
"applicationUrl" : " http://localhost:14141" ,
24
24
"environmentVariables" : {
You can’t perform that action at this time.
0 commit comments