generator-catberry
Version:
Yeoman generator for Catberry Framework
15 lines (12 loc) • 355 B
JavaScript
;
// This file contains route definitions – the rules how location URLs are translated
// to parameters for stores in the Catberry application.
//
// Format:
// /some/:parameter[store1,store2,store3]?queryParameter=:queryValue[store1,store2]
//
// More details here:
// http://catberry.org/documentation#routing
module.exports = [
'/'
];