Skip to content

Commit b2469eb

Browse files
author
e0d
committed
Merge pull request #87 from edx/e0d/update-login-url
adding trailing / to avoid 301 from append slash
2 parents 8ecf2ad + 942c6d0 commit b2469eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xqueue/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
'south',
160160
)
161161

162-
LOGIN_URL = '/xqueue/login'
162+
LOGIN_URL = '/xqueue/login/'
163163

164164
LOGGING = get_logger_config(
165165
log_dir=ENV_ROOT / "log",

0 commit comments

Comments
 (0)