13 lines
399 B
JavaScript
13 lines
399 B
JavaScript
module.exports = {
|
|
'/column/:id': ['TonyRL'],
|
|
'/favorite/:id': ['imlonghao'],
|
|
'/fund/:id': ['HenryQW', 'NathanDai'],
|
|
'/hots': ['hillerliao'],
|
|
'/snb/:id': ['ZhishanZhang'],
|
|
'/stock_comments/:id/:titleLength?': ['zytomorrow'],
|
|
'/stock_info/:id/:type?': ['YuYang'],
|
|
'/today': ['nczitzk'],
|
|
'/user/:id/:type?': ['imlonghao'],
|
|
'/user_stock/:id': ['hillerliao'],
|
|
};
|