footer: link to commits list instead of single commit

This commit is contained in:
codl 2017-08-21 10:56:51 +02:00
parent 9c0d28ad4d
commit 0e9f732907
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -21,7 +21,7 @@ default_config = {
"SENTRY_CONFIG": {},
"RATELIMIT_STORAGE_URL": "redis://",
"REPO_URL": "https://github.com/codl/forget",
"COMMIT_URL": "https://github.com/codl/forget/commit/{hash}",
"COMMIT_URL": "https://github.com/codl/forget/commits/{hash}",
}
app.config.update(default_config)