albertrdixon / romulus

A kubernetes ingress controller
MIT License
103 stars 12 forks source link

romulus/vulcan.go: Swap ' for ` in default route #9

Closed DorianGray closed 8 years ago

DorianGray commented 8 years ago

This fixes an issue where vulcan would fail to start when a Path() route contains single quotes.

albertrdixon commented 8 years ago

Ah ha, great, thanks!