File tree Expand file tree Collapse file tree 2 files changed +17
-13
lines changed
src/NetCore2Blockly/TestBlocklyHtml
wwwroot/BlocklyAutomation/assets/loadAtStartup Expand file tree Collapse file tree 2 files changed +17
-13
lines changed Original file line number Diff line number Diff line change 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 },
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 }
Original file line number Diff line number Diff line change 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]
You can’t perform that action at this time.
0 commit comments