fixed rules

master
Luca Frosini 4 years ago
parent 7e0cbeb503
commit 97d3b55322

@ -2,11 +2,11 @@
"match": {
"serviceClassRegex": "geoanalytics",
"serviceNameRegex": "geoanalytics-gos",
"calledMethodRegex": ".*ShapeManagement.*"
"calledMethodRegex": ".*GeoserverManagement.*"
},
"replace": {
"serviceClass": "geoanalytics",
"serviceName": "geoanalytics-gos",
"calledMethod": "ShapeManagement"
"calledMethod": "GeoserverManagement"
}
}

@ -2,11 +2,11 @@
"match": {
"serviceClassRegex": "geoanalytics",
"serviceNameRegex": "geoanalytics-gos",
"calledMethodRegex": ".*GeoserverManagement.*"
"calledMethodRegex": ".*ShapeManagement.*"
},
"replace": {
"serviceClass": "geoanalytics",
"serviceName": "geoanalytics-gos",
"calledMethod": "GeoserverManagement"
"calledMethod": "ShapeManagement"
}
}
Loading…
Cancel
Save