summaryrefslogtreecommitdiffstats
path: root/src/helpers.cr
diff options
context:
space:
mode:
authorOmar Roth <omarroth@hotmail.com>2018-03-16 19:58:33 -0500
committerOmar Roth <omarroth@hotmail.com>2018-03-16 19:58:33 -0500
commit7704b76f45ce00304fd814e0cd2203a1a8a5e598 (patch)
tree880d0b1640a49169f6b11b5786cefeb8106878ac /src/helpers.cr
parent97b93d548beff66a5152c95af758ad059fcc7e59 (diff)
downloadinvidious-7704b76f45ce00304fd814e0cd2203a1a8a5e598.tar.gz
invidious-7704b76f45ce00304fd814e0cd2203a1a8a5e598.tar.bz2
invidious-7704b76f45ce00304fd814e0cd2203a1a8a5e598.zip
Fix HTTP redirect
Diffstat (limited to 'src/helpers.cr')
-rw-r--r--src/helpers.cr1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/helpers.cr b/src/helpers.cr
index 5ba9c461..5188cc5d 100644
--- a/src/helpers.cr
+++ b/src/helpers.cr
@@ -24,7 +24,6 @@ class Config
port: Int32,
dbname: String,
),
- redirect: Bool,
dl_api_key: String?,
})
end