Skip to content

Commit

Permalink
Merge pull request #69 from mekanix/feature/new-smorest
Browse files Browse the repository at this point in the history
Update for new flask-smorest
  • Loading branch information
mekanix authored Jul 8, 2020
2 parents f869868 + baccabc commit 989355b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

class Config:
NAME = app_name
API_TITLE = app_name
API_VERSION = 0
PROJECT_ROOT = os.path.dirname(os.path.abspath(__file__))
DEBUG = False
SECURITY_PASSWORD_SALT = 'freenit'
Expand Down

0 comments on commit 989355b

Please sign in to comment.