Skip to content

Commit

Permalink
Merge branch 'develop' into state-threadsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaneri authored Nov 22, 2024
2 parents bdb5a17 + 508c2da commit 799e005
Show file tree
Hide file tree
Showing 3 changed files with 5,383 additions and 2,909 deletions.
4 changes: 2 additions & 2 deletions src/Public/Routes.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,8 @@ function Add-PodeRoute {
})


if ($PodeContext.Server.OpenAPI.Routes -notcontains $OpenApiPath ) {
$PodeContext.Server.OpenAPI.Routes += $OpenApiPath
if ($PodeContext.Server.OpenAPI.Routes -notcontains $Path ) {
$PodeContext.Server.OpenAPI.Routes += $Path
}


Expand Down
Loading

0 comments on commit 799e005

Please sign in to comment.