Group router paths in a less risky way
Signed-off-by: Damon Kaswell <damon.kaswell1@hp.com>
This commit is contained in:
committed by
Fredrik Adelöw
parent
e426002501
commit
de022e51c9
@@ -14,6 +14,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
export const PROVIDER_CLEANUP = '/providers/cleanup';
|
||||
export const PROVIDER_HEALTH = '/providers/health';
|
||||
export const PROVIDER_BASE_PATH = '/providers/:provider';
|
||||
export const PROVIDER_CLEANUP = '/incremental/cleanup';
|
||||
export const PROVIDER_HEALTH = '/incremental/health';
|
||||
export const PROVIDER_BASE_PATH = '/incremental/providers/:provider';
|
||||
|
||||
Reference in New Issue
Block a user