Skip to content

Commit

Permalink
update for .net 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatandrei committed Dec 4, 2024
1 parent e36cda9 commit 5301ab2
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 42 deletions.
26 changes: 15 additions & 11 deletions docs/assets/loadAtStartup/swaggersForLocalAPINetCore.json
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"
}
]
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"
},
{
Expand Down
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"
}
]
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"
}
]
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"
}
]

0 comments on commit 5301ab2

Please sign in to comment.