接口时间统计
This commit is contained in:
@@ -152,6 +152,7 @@ app.configure('production|development|local', function () {
|
||||
app.route('gm', routeUtil.gm);
|
||||
|
||||
// filter configures
|
||||
app.filter(new pinus.filters.time());
|
||||
app.filter(new pinus.filters.timeout());
|
||||
|
||||
app.filter(checkEventFilter(app));
|
||||
|
||||
Reference in New Issue
Block a user