|
@ -63,6 +63,7 @@ let isPathExcluded = function (opts, path, method) { |
|
|
excludeOpts.push({ p: '/water/emergency', o: 'GET' }); |
|
|
excludeOpts.push({ p: '/water/emergency', o: 'GET' }); |
|
|
excludeOpts.push({ p: '/videoCenter/list', o: 'GET' }); |
|
|
excludeOpts.push({ p: '/videoCenter/list', o: 'GET' }); |
|
|
excludeOpts.push({ p: '/trafficindex/city/details', o: 'GET' }); |
|
|
excludeOpts.push({ p: '/trafficindex/city/details', o: 'GET' }); |
|
|
|
|
|
excludeOpts.push({ p: '/traffic/v1/around', o: 'GET' }); |
|
|
excludeOpts.push({ p: '/fire/alarm', o: 'GET' }); |
|
|
excludeOpts.push({ p: '/fire/alarm', o: 'GET' }); |
|
|
excludeOpts.push({ p: '/fire/alarm', o: 'POST' }); |
|
|
excludeOpts.push({ p: '/fire/alarm', o: 'POST' }); |
|
|
excludeOpts.push({ p: '/fire/alarm/:id', o: 'PUT' }); |
|
|
excludeOpts.push({ p: '/fire/alarm/:id', o: 'PUT' }); |
|
|