Skip to content

Commit

Permalink
Merge pull request #1239 from fecgov/feature/1785
Browse files Browse the repository at this point in the history
feature/1785 - Set APPEND_SLASH to False
  • Loading branch information
toddlees authored Dec 16, 2024
2 parents bcf8833 + 9aa683a commit fdaebc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions django-backend/fecfiler/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
LINE = "LINE"
KEY_VALUE = "KEY_VALUE"

APPEND_SLASH = False

LOG_FORMAT = env.get_credential("LOG_FORMAT", LINE)

CSRF_COOKIE_DOMAIN = env.get_credential("FFAPI_COOKIE_DOMAIN")
Expand Down

0 comments on commit fdaebc5

Please sign in to comment.