Skip to content

Commit

Permalink
closes #84; rabbitmq fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Prerna Achtani authored and Prerna Achtani committed Apr 7, 2022
1 parent 49aacd4 commit 4a0bccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Api Gateway/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async function postHandlerAuth(req, resp, next) {
console.log("here")
let respBody;
// resp.header("Access-Control-Allow-Origin", "*");
console.log("Received POST request at orionweather");
console.log("Received POST request");
console.log(req.body);
if(!connectionVar) {
amqp.connect('amqp://localhost', ampqConnectionHandler);
Expand Down Expand Up @@ -154,7 +154,7 @@ async function postHandlerAuth(req, resp, next) {
console.log("here")
let respBody;
// resp.header("Access-Control-Allow-Origin", "*");
console.log("Received POST request at orionweather");
console.log("Received POST request");
console.log(req.body);
if(!connectionVar) {
amqp.connect('amqp://localhost', ampqConnectionHandler);
Expand Down

0 comments on commit 4a0bccb

Please sign in to comment.