Work in progress, skeleton of the api created and testing started. Need to fix authentication tests.

This commit is contained in:
Nicholas Staples
2016-01-08 17:51:46 +00:00
parent 5bcc615825
commit 0bc4d02713
29 changed files with 193 additions and 95 deletions

5
app/service/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
from flask import Blueprint
service = Blueprint('service', __name__)
from app.service.views import rest