Skip to content

Commit

Permalink
enable languages endpoint by default (#2540)
Browse files Browse the repository at this point in the history
it's always used by client to get available languages
  • Loading branch information
petrjasek committed Mar 19, 2024
1 parent e6a7ee1 commit d042d49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superdesk/default_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ def local_to_utc_hour(hour):
"superdesk.locales",
"apps.usage_metrics",
"superdesk.system.health",
"apps.languages",
]

#: Specify what modules should be enabled
Expand Down

0 comments on commit d042d49

Please sign in to comment.