Merge branch 'master' of github.com:mardix/flask-cloudstorage

This commit is contained in:
Mardix
2015-09-06 01:25:06 -04:00
+1 -1
View File
@@ -31,7 +31,7 @@ Version: 0.11.*
})
# Setup storage
storage = new Storage()
storage = Storage()
storage.init_app(app)
@app.route("/upload", methods=["POST", "GET"]):