This commit is contained in:
parent
f907fcdf05
commit
c6af41610c
@ -7,5 +7,7 @@ class IPEndpoint(FlaskView):
|
|||||||
|
|
||||||
def post(self):
|
def post(self):
|
||||||
"""Ez kell neked"""
|
"""Ez kell neked"""
|
||||||
#redis_client.set('currentConsumer', currentconsumer)
|
#{"ip": "172.20.lofasz", "uuid" : "nagy nigger pélók"} példa
|
||||||
|
currentconsumer = request.json['ip']
|
||||||
|
redis_client.set('currentConsumer', currentconsumer)
|
||||||
pass
|
pass
|
||||||
|
Reference in New Issue
Block a user