dev-fabian #2

Merged
marcsello merged 7 commits from dev-fabian into dev 2020-03-30 17:18:54 +02:00
Showing only changes of commit 244b779107 - Show all commits

View File

@ -6,4 +6,5 @@ class LogView(FlaskView):
def get(self): def get(self):
remote_uuid = request.json['uuid'] remote_uuid = request.json['uuid']
current_app.logger.info(f"New message from {remote_uuid}: {request.message}") current_app.logger.info(f"New message from {remote_uuid}: {request.message}")
return jsonify(success = True) return 200