From 4a0bccb21f2720343a8de703c6efb5609e7318d2 Mon Sep 17 00:00:00 2001 From: Prerna Achtani Date: Wed, 6 Apr 2022 22:20:57 -0400 Subject: [PATCH] closes #84; rabbitmq fixes --- Api Gateway/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Api Gateway/app.js b/Api Gateway/app.js index ad50653..487fe77 100644 --- a/Api Gateway/app.js +++ b/Api Gateway/app.js @@ -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); @@ -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);