Added subclient token verification & storage.

This commit is contained in:
2016-04-08 18:45:35 +02:00
parent 771b091626
commit 3d9fe76271
4 changed files with 122 additions and 4 deletions

View File

@@ -380,5 +380,7 @@ file_storage.setup_app(app, url_prefix='/storage')
# The encoding module (receive notification and report progress)
from modules.encoding import encoding
from modules.blender_id import blender_id
app.register_blueprint(encoding, url_prefix='/encoding')
app.register_blueprint(blender_id, url_prefix='/blender_id')