Skip to content

Commit

Permalink
Add the missing route-prefix property to <vz-projector-app> (#3531)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmilkov authored Apr 20, 2020
1 parent 0388130 commit 6e93827
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
pageViewLogging: {type: Boolean, value: false},
eventLogging: {type: Boolean, value: false},
projectorConfigJsonPath: {type: String, value: ''},
routePrefix: {type: String, value: ''},
servingMode: {type: String, value: ''},
documentationLink: {type: String, value: ''},
bugReportLink: {type: String, value: ''},
Expand Down

0 comments on commit 6e93827

Please sign in to comment.