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

Commit

Permalink
updated the AWS listener backend link
Browse files Browse the repository at this point in the history
  • Loading branch information
Hammad-Mubeen authored Mar 7, 2022
1 parent be0a21f commit 2689ef1
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 @@ -64,7 +64,7 @@ router.route("/startListener").post(async function (req, res, next) {

await axios
.post(
"http://casperswapeventlistener-env.eba-hryscbuc.us-east-1.elasticbeanstalk.com/listener/initiateListener",
"http://casperswaplistenerbackend-env.eba-rbumbt2m.us-east-1.elasticbeanstalk.com/listener/initiateListener",
{
contractPackageHashes: req.body.contractPackageHashes,
}
Expand Down

0 comments on commit 2689ef1

Please sign in to comment.