added motd system, reworked handling of bytes in signatures
This commit is contained in:
parent
31825bfad7
commit
695f334297
11 changed files with 80 additions and 27 deletions
|
@ -30,6 +30,7 @@ def register_private_blueprints(private_api, app):
|
|||
app.register_blueprint(insertblock.ib)
|
||||
app.register_blueprint(miscclientapi.getblocks.client_get_blocks)
|
||||
app.register_blueprint(miscclientapi.endpoints.PrivateEndpoints(private_api).private_endpoints_bp)
|
||||
app.register_blueprint(miscclientapi.motd.bp)
|
||||
app.register_blueprint(onionrsitesapi.site_api)
|
||||
app.register_blueprint(apiutils.shutdown.shutdown_bp)
|
||||
app.register_blueprint(miscclientapi.staticfiles.static_files_bp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue