remove broadcast-related code, except migrations

This commit is contained in:
stvnrlly
2022-10-04 15:28:27 +00:00
parent 36ce2f7830
commit 57f4df8ed1
58 changed files with 14 additions and 6600 deletions

View File

@@ -45,6 +45,6 @@ Each adapter should be documented in each client ([example](https://github.com/a
This is done as part of registering the blueprint in `app/__init__.py` e.g.
```
post_broadcast.before_request(requires_auth)
application.register_blueprint(post_broadcast)
post_letter.before_request(requires_auth)
application.register_blueprint(post_letter)
```