Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
AWS listener changing done
Browse files Browse the repository at this point in the history
  • Loading branch information
Hammad-Mubeen committed Feb 9, 2022
1 parent 1bf7f5f commit 35d9b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/listenerroutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ router.route("/startListener").post(async function (req, res, next) {
}

await axios
.post("https://listener-backend.herokuapp.com/listener/initiateListener", {
.post("http://casperswapeventlistener-env.eba-hryscbuc.us-east-1.elasticbeanstalk.com/listener/initiateListener", {
contractPackageHashes: req.body.contractPackageHashes,
})
.then(function (response) {
Expand Down

0 comments on commit 35d9b22

Please sign in to comment.