-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.5.0
-
Fix Version/s: 6.5.0
-
Component/s: None
-
Labels:
SyncronizationService, ClusterManager, and TaskScannerService are either SingletonResourceProviders or CollectionResourceProviders, but expose their router prefixes as /sync/, /cluster/, and /taskscanner/* respectively. The /* portion is unnecessary as the router code will only consider the provider interface to determine routing mode.
These routes should be cleaned up by removing the prefixed "/" and the postfixed "/*". Functionality should remain the same.