finally! abolishing private key property

operator-time
quadrismegistus 4 years ago
parent ab05d7fc10
commit 5cb62bb2c0

@ -21,7 +21,7 @@ class TheSwitchboard(FlaskView, Logger):
default_methods = ['GET']
excluded_methods = ['phone','op','send']
@route(f'/{PATH_OPERATOR_WEB_KEYS_URI}/')
@route('/.builtin.keys/')
def keys(self):
if not os.path.exists(PATH_OPERATOR_WEB_KEYS_FILE):
self.log('no keys file exists!')

Loading…
Cancel
Save