mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 15:15:38 -05:00
Change the mock
This commit is contained in:
0
app/letter_branding/__init__.py
Normal file
0
app/letter_branding/__init__.py
Normal file
6
app/letter_branding/letter_branding_rest.py
Normal file
6
app/letter_branding/letter_branding_rest.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from flask import Blueprint
|
||||
|
||||
from app.errors import register_errors
|
||||
|
||||
email_branding_blueprint = Blueprint('letter_branding', __name__, url_prefix='letter-branding')
|
||||
register_errors(email_branding_blueprint)
|
||||
Reference in New Issue
Block a user