mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 09:51:11 -05:00
remove broadcast-related code, except migrations
This commit is contained in:
@@ -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)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user