Allow "/configure/" as a route

This commit is contained in:
Andrew Miner
2015-03-01 17:28:20 -08:00
parent 2d9cf12f66
commit f9cab162d7
+1
View File
@@ -70,6 +70,7 @@ module.exports = class CraftingGuideRouter extends Backbone.Router
'browse/:modSlug': 'route__browseMod'
'browse/:modSlug/:itemSlug': 'route__browseModItem'
'configure': 'route__configure'
'configure/': 'route__configure'
'craft': 'route__craft'
'craft/': 'route__craft'
'craft/:text': 'route__craft'