diff --git a/komrade/backend/switchboard.py b/komrade/backend/switchboard.py index f911dcf..521076c 100644 --- a/komrade/backend/switchboard.py +++ b/komrade/backend/switchboard.py @@ -79,6 +79,7 @@ class TheSwitchboard(FlaskView, Logger): def get(self,encr_b64_str): + return 'hello?' # first try to get from string to bytes self.log('incoming <--',encr_b64_str)