Skip to content

Commit

Permalink
Merge pull request #105 from anjanaw/dev
Browse files Browse the repository at this point in the history
retain add auth
  • Loading branch information
anjanaw authored Jan 22, 2024
2 parents 58eb5cd + 552fce7 commit 9c321cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/cbr_cycle.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ module.exports.retain = async (req, res) => {
url: CBRAPI_URL + 'retain',
headers: {
'Accept': 'application/json',
// 'Authorization': CBRAPI_TOKEN,
'Authorization': CBRAPI_TOKEN,
},
data: request_body
};
Expand Down

0 comments on commit 9c321cb

Please sign in to comment.