Skip to content

Commit

Permalink
#8 swagger and stuff and #5
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwunderbar666 committed Jul 25, 2023
1 parent 873abbd commit f307176
Show file tree
Hide file tree
Showing 28 changed files with 2,012 additions and 163 deletions.
4 changes: 2 additions & 2 deletions flaskinventory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# E-Mail Extension
from flask_mail import Mail
# Forms Extension
from flask_wtf.csrf import CSRFProtect
# from flask_wtf.csrf import CSRFProtect
# Rate Limiting
from flask_limiter import Limiter
from flask_limiter.util import get_remote_address
Expand Down Expand Up @@ -95,7 +95,7 @@ def create_app(config_class=Config, config_json=None):
login_manager.init_app(app)
mail.init_app(app)

csrf = CSRFProtect(app)
# csrf = CSRFProtect(app)

limiter.init_app(app)

Expand Down
Loading

0 comments on commit f307176

Please sign in to comment.