diff --git a/endpoints.py b/endpoints.py index d21c2ed..0b17171 100644 --- a/endpoints.py +++ b/endpoints.py @@ -7,4 +7,5 @@ class IPEndpoint(FlaskView): def post(self): """Ez kell neked""" - pass \ No newline at end of file + #redis_client.set('currentConsumer', currentconsumer) + pass