Fix error in new routing expression

This commit is contained in:
Andrew Miner
2015-05-11 10:55:20 -07:00
parent f40f6c8d71
commit bab091e9d6
+1 -1
View File
@@ -124,7 +124,7 @@ module.exports = class CraftingGuideRouter extends backbone.Router
'browse/:modSlug/:itemSlug(/(index.html))': 'route__browseModItem' 'browse/:modSlug/:itemSlug(/(index.html))': 'route__browseModItem'
'browse/:modSlug/tutorials/:tutorialSlug(/(index.html))': 'route__browseTutorial' 'browse/:modSlug/tutorials/:tutorialSlug(/(index.html))': 'route__browseTutorial'
'configure(/(index.html))': 'route__configure' 'configure(/(index.html))': 'route__configure'
'craft(/(index.html)': 'route__craft' 'craft(/(index.html))': 'route__craft'
'craft/:text': 'route__craft' 'craft/:text': 'route__craft'
'login(/(index.html))': 'route__login' 'login(/(index.html))': 'route__login'