Added File Storage server to Atract Server

This commit is contained in:
Eibriel
2015-04-23 16:03:34 -03:00
parent 5897fae01b
commit e26b87857c
2 changed files with 3 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ from bson import ObjectId
from datetime import datetime
from datetime import timedelta
from file_server import file_server
RFC1123_DATE_FORMAT = '%a, %d %b %Y %H:%M:%S GMT'
@@ -183,3 +184,4 @@ def post_item(entry, data):
app = Eve(validator=ValidateCustomFields, auth=CustomTokenAuth)
app.register_blueprint(file_server, url_prefix='/file_server')