Skip to content

Commit 4fe1353

Browse files
author
Joe Gasewicz
authored
Update README.md
from flask_file_upload import FileUpload
1 parent 5b62a42 commit 4fe1353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ app.config["SQLALCHEMY_DATABASE_URI"] = "postgresql://localhost:5432/blog_db"
3636
#### Setup
3737
We can either pass the instance to FileUpload(app) or to the init_app(app) method:
3838
````python
39-
from flask_jwt_router import JwtRoutes
39+
from flask_file_upload import FileUpload
4040

4141

4242
app = Flask(__name__, static_folder="static") # IMPORTANT: This is your root directory for serving ALL static content!

0 commit comments

Comments
 (0)