We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1646c5 commit c415bd3Copy full SHA for c415bd3
src/app/frontend/deploymentdetail/deploymentdetail_state.js
@@ -16,7 +16,7 @@
16
export const stateName = 'deploymentdetail';
17
18
/** Absolute URL of the state. */
19
-export const stateUrl = '/api/v1/deployment/:namespace/:deployment';
+export const stateUrl = '/deployment/:namespace/:deployment';
20
21
/**
22
* Parameters for this state.
0 commit comments