Skip to content

Commit

Permalink
Fix passthru key
Browse files Browse the repository at this point in the history
  • Loading branch information
akalipetis committed Mar 24, 2023
1 parent f8e7af3 commit 922f010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformifiers/platformify.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func NewPlatformifier(answers *models.Answers) (Platformifier, error) {
DeployCommand: answers.DeployCommand,
Locations: map[string]map[string]interface{}{
"/": {
"passthrough": true,
"passthru": true,
},
},
Services: services,
Expand Down

0 comments on commit 922f010

Please sign in to comment.