Skip to content

Commit c415bd3

Browse files
committed
Fixing state url
1 parent d1646c5 commit c415bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/frontend/deploymentdetail/deploymentdetail_state.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
export const stateName = 'deploymentdetail';
1717

1818
/** Absolute URL of the state. */
19-
export const stateUrl = '/api/v1/deployment/:namespace/:deployment';
19+
export const stateUrl = '/deployment/:namespace/:deployment';
2020

2121
/**
2222
* Parameters for this state.

0 commit comments

Comments
 (0)