mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 23:55:58 -05:00
Template rest api skeleton added.
This commit is contained in:
5
app/template/__init__.py
Normal file
5
app/template/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from flask import Blueprint
|
||||
|
||||
template = Blueprint('template', __name__)
|
||||
|
||||
from app.template import rest
|
||||
Reference in New Issue
Block a user