UNPKG

wheelhouse-router

Version:

A wheelhouse library to marry flatiron's Director with Backbone's router

8 lines (7 loc) 211 B
{ "(/)": {"get": "home#index"} , "redirect(/)": {"301": "/redirected"} , "streets(/)": {"get": "streets#index"} , "streets/:id/edit": {"get": "streets#edit"} , "streets/*": {"get": "streets#detail"} }