Fix HTTP redirect

This commit is contained in:
Omar Roth
2018-03-16 19:58:33 -05:00
parent 97b93d548b
commit 7704b76f45
3 changed files with 3 additions and 16 deletions

View File

@@ -24,7 +24,6 @@ class Config
port: Int32,
dbname: String,
),
redirect: Bool,
dl_api_key: String?,
})
end