-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e36cda9
commit 5301ab2
Showing
5 changed files
with
66 additions
and
42 deletions.
There are no files selected for viewing
26 changes: 15 additions & 11 deletions
26
docs/assets/loadAtStartup/swaggersForLocalAPINetCore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
[ | ||
{ | ||
"id":"MySite", | ||
"link":"/swagger/v1/swagger.json", | ||
"enabled":true | ||
}, | ||
{ | ||
"id":"_MyPC", | ||
"link":"http://localhost:37283/swagger/v1/swagger.json", | ||
"enabled":true | ||
} | ||
] | ||
|
||
{ | ||
"id":"MySite", | ||
"link":"/openapi/v1.json" | ||
}, | ||
|
||
{ | ||
"id":"MySite8", | ||
"link":"/swagger/v1/swagger.json" | ||
}, | ||
{ | ||
"id":"_MyPC", | ||
"link":"http://localhost:37283/swagger/v1/swagger.json" | ||
} | ||
] |
6 changes: 6 additions & 0 deletions
6
...kspace/projects/auto-blockly-app/src/assets/loadAtStartup/swaggersForLocalAPINetCore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
[ | ||
|
||
{ | ||
"id":"MySite", | ||
"link":"/openapi/v1.json" | ||
}, | ||
|
||
{ | ||
"id":"MySite8", | ||
"link":"/swagger/v1/swagger.json" | ||
}, | ||
{ | ||
|
24 changes: 15 additions & 9 deletions
24
...BlocklyAPI/wwwroot/BlocklyAutomation/assets/loadAtStartup/swaggersForLocalAPINetCore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
[ | ||
{ | ||
"id":"MySite", | ||
"link":"/swagger/v1/swagger.json" | ||
}, | ||
{ | ||
"id":"_MyPC", | ||
"link":"http://localhost:37283/swagger/v1/swagger.json" | ||
} | ||
] | ||
|
||
{ | ||
"id":"MySite", | ||
"link":"/openapi/v1.json" | ||
}, | ||
|
||
{ | ||
"id":"MySite8", | ||
"link":"/swagger/v1/swagger.json" | ||
}, | ||
{ | ||
"id":"_MyPC", | ||
"link":"http://localhost:37283/swagger/v1/swagger.json" | ||
} | ||
] |
26 changes: 15 additions & 11 deletions
26
src/blockly10/public/assets/loadAtStartup/swaggersForLocalAPINetCore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
[ | ||
{ | ||
"id":"MySite", | ||
"link":"/swagger/v1/swagger.json", | ||
"enabled":true | ||
}, | ||
{ | ||
"id":"_MyPC", | ||
"link":"http://localhost:37283/swagger/v1/swagger.json", | ||
"enabled":true | ||
} | ||
] | ||
|
||
{ | ||
"id":"MySite", | ||
"link":"/openapi/v1.json" | ||
}, | ||
|
||
{ | ||
"id":"MySite8", | ||
"link":"/swagger/v1/swagger.json" | ||
}, | ||
{ | ||
"id":"_MyPC", | ||
"link":"http://localhost:37283/swagger/v1/swagger.json" | ||
} | ||
] |
26 changes: 15 additions & 11 deletions
26
src/react_new_app/my-app/public/assets/loadAtStartup/swaggersForLocalAPINetCore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
[ | ||
{ | ||
"id":"MySite", | ||
"link":"/swagger/v1/swagger.json", | ||
"enabled":true | ||
}, | ||
{ | ||
"id":"_MyPC", | ||
"link":"http://localhost:37283/swagger/v1/swagger.json", | ||
"enabled":true | ||
} | ||
] | ||
|
||
{ | ||
"id":"MySite", | ||
"link":"/openapi/v1.json" | ||
}, | ||
|
||
{ | ||
"id":"MySite8", | ||
"link":"/swagger/v1/swagger.json" | ||
}, | ||
{ | ||
"id":"_MyPC", | ||
"link":"http://localhost:37283/swagger/v1/swagger.json" | ||
} | ||
] |