Skip to content

Commit eb0ef57

Browse files
committed
modified settings
1 parent 2d86827 commit eb0ef57

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

src/NetCore2Blockly/TestBlocklyHtml/Properties/launchSettings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"IIS Express": {
1313
"commandName": "IISExpress",
1414
"launchBrowser": true,
15-
"launchUrl": "blockly.html",
15+
"launchUrl": "blocklyAutomation/",
1616
"environmentVariables": {
1717
"ASPNETCORE_ENVIRONMENT": "Development"
1818
}
1919
},
2020
"TestBlocklyHtml": {
2121
"commandName": "Project",
2222
"launchBrowser": true,
23-
"launchUrl": "blockly.html",
23+
"launchUrl": "blocklyAutomation/",
2424
"environmentVariables": {
2525
"ASPNETCORE_ENVIRONMENT": "Development"
2626
},
@@ -29,7 +29,7 @@
2929
"Docker": {
3030
"commandName": "Docker",
3131
"launchBrowser": true,
32-
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/blockly.html",
32+
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/blocklyAutomation/",
3333
"publishAllPorts": true
3434
}
3535
}
Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
[
2-
{
3-
"id":"MySite",
4-
"link":"/swagger/v1/swagger.json",
5-
"enabled":true
6-
},
7-
{
8-
"id":"_MyPC",
9-
"link":"http://localhost:37283/swagger/v1/swagger.json",
10-
"enabled":true
11-
}
2+
3+
{
4+
"id": "MySite",
5+
"link": "/openapi/v1.json"
6+
},
7+
8+
{
9+
"id": "MySite8",
10+
"link": "/swagger/v1/swagger.json"
11+
},
12+
{
13+
"id": "_MyPC",
14+
"link": "http://localhost:37283/swagger/v1/swagger.json"
15+
}
1216
]

0 commit comments

Comments
 (0)