Skip to content

Commit

Permalink
fix(framework): Add missing scheme property to the router cue config (#…
Browse files Browse the repository at this point in the history
…274)

Co-authored-by: stanislav.mueller <stanislav.mueller@omnevo.net>
  • Loading branch information
lifedraft and stanislav.mueller committed Jul 11, 2022
1 parent 3eba347 commit 3ee35cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/module.go
Expand Up @@ -97,6 +97,7 @@ flamingo: {
notfound: string | *"flamingo.notfound"
error: string | *"flamingo.error"
timeout: int | *60000
scheme?: string
host?: string
path?: string
}
Expand Down

0 comments on commit 3ee35cd

Please sign in to comment.