Skip to content

Commit

Permalink
ui: Maintain http headers as JSON-API meta for all API requests (#4946)
Browse files Browse the repository at this point in the history
  • Loading branch information
johncowen authored and John Cowen committed Jan 28, 2019
1 parent 808a25a commit 0d4ba1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui-v2/app/adapters/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const REQUEST_DELETE = 'deleteRecord';

export const DATACENTER_QUERY_PARAM = 'dc';

import { HEADERS_SYMBOL as HTTP_HEADERS_SYMBOL } from 'consul-ui/utils/http/consul';
export default Adapter.extend({
namespace: 'v1',
repo: service('settings'),
Expand Down

0 comments on commit 0d4ba1f

Please sign in to comment.