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