Add redirect to config.yml

This commit is contained in:
Omar Roth 2018-03-09 14:06:13 -06:00
parent b24f82fe0d
commit c6accd2706
1 changed files with 1 additions and 1 deletions

View File

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