From d65cbb844b7acc08335181866c8b0f7aef2c2691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Mon, 16 Aug 2021 15:27:15 +0200 Subject: [PATCH] change input-svc path --- src/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.py b/src/app.py index 1de0204..a5c40df 100644 --- a/src/app.py +++ b/src/app.py @@ -36,7 +36,7 @@ async def on_message(message: IncomingMessage): msg_json = json.loads(message.body) now = datetime.now(tz=tzlocal.get_localzone()) - r = requests.get(f"http://input-service/sample/{msg_json['tag']}") + r = requests.get(f"http://input-service/input/{msg_json['tag']}") r.raise_for_status() fields = {