10 lines
353 B
JavaScript
10 lines
353 B
JavaScript
module.exports = {
|
|
'/blog/:category?': ['nczitzk'],
|
|
'/category/:id?/:type?/:order?': ['nczitzk'],
|
|
'/offer/:year?/:major?/:school?': ['EthanWng97'],
|
|
'/post/:type?/:order?': ['EthanWng97', 'DIYgod', 'nczitzk'],
|
|
'/section/:id?/:type?/:order?': ['nczitzk'],
|
|
'/user/:id/posts': ['Maecenas'],
|
|
'/user/:id/threads': ['Maecenas'],
|
|
};
|