|
@@ -2,5 +2,5 @@
|
|
|
module.exports = [
|
|
|
{ uri: '/statistics/user', service: 'statistics', method: 'users' },
|
|
|
{ uri: '/statistics/data', service: 'statistics', method: 'policyApply' },
|
|
|
- { uri: '/statistics/ticket', service: 'statistics', method: 'ticket' },
|
|
|
+ { uri: '/statistics/declare', service: 'statistics', method: 'declare' },
|
|
|
];
|