12 lines
348 B
JavaScript
12 lines
348 B
JavaScript
module.exports = {
|
|
'/books': ['xyqfer'],
|
|
'/category/:category': ['DIYgod'],
|
|
'/collection/:collectionId': ['isQ'],
|
|
'/collections/:userId': ['isQ'],
|
|
'/column/:id': ['xiangzy1'],
|
|
'/pins/:type?': ['xyqfer', 'laampui'],
|
|
'/posts/:id': ['Maecenas'],
|
|
'/tag/:tag': ['isheng5'],
|
|
'/trending/:category/:type': ['moaix'],
|
|
};
|