I'm trying to add .rss to the end of a parameterized url:
.rss
.get( "/searches/history/tags/:tag.rss", controller.getHistoryByTagRss.bind(controller) )
I need a way to isolate the :tag from the .rss
:tag
Currently this isn't working.
Fixed by upgrading oak to latest version and moving route above default route.
Fixed by upgrading oak to latest version and moving route above default route.