Skip to content

Commit

Permalink
Move inquiries api to /v1
Browse files Browse the repository at this point in the history
The inquiries API has been moved from `/exp` to `/v1` in StackStorm/st2#4495

Change also needed here in Web UI. Note that default in st2-api module is to use v1 if not otherwise specified.
  • Loading branch information
LindsayHill authored Feb 13, 2019
1 parent a898fdd commit a8dee88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/st2-inquiry/inquiry-details.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ function getDeepestParentId(context) {
handleResponse: (inquiry, response) => dispatch({
type: 'RESPOND_INQUIRY',
promise: api.request({
version: 'exp',
method: 'put',
path: `/inquiries/${inquiry.id}`,
}, {
Expand Down

0 comments on commit a8dee88

Please sign in to comment.