mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-19 14:08:47 -04:00
Work in progress, skeleton of the api created and testing started. Need to fix authentication tests.
This commit is contained in:
5
app/user/__init__.py
Normal file
5
app/user/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from flask import Blueprint
|
||||
|
||||
user = Blueprint('user', __name__)
|
||||
|
||||
from app.user.views import rest
|
||||
Reference in New Issue
Block a user