mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
First commit
This commit is contained in:
7
app/v2/templates/__init__.py
Normal file
7
app/v2/templates/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from flask import Blueprint
|
||||
|
||||
from app.v2.errors import register_errors
|
||||
|
||||
v2_templates_blueprint = Blueprint("v2_templates", __name__, url_prefix='/v2/templates')
|
||||
|
||||
register_errors(v2_templates_blueprint)
|
||||
Reference in New Issue
Block a user