Skip to content

Commit

Permalink
Exclude "export" URLs from Swagger Docs
Browse files Browse the repository at this point in the history
Refs #2604
  • Loading branch information
rajadain committed Jan 18, 2018
1 parent 9606dbe commit 80f127b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mmw/mmw/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ def get_env_setting(setting):

SWAGGER_SETTINGS = {
'exclude_namespaces': ['bigcz',
'export',
'mmw',
'user'],
'doc_expansion': 'list',
Expand Down

0 comments on commit 80f127b

Please sign in to comment.