summaryrefslogtreecommitdiffstats
path: root/src/helpers.cr
diff options
context:
space:
mode:
Diffstat (limited to 'src/helpers.cr')
-rw-r--r--src/helpers.cr1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helpers.cr b/src/helpers.cr
index 7ca5bd61..88bb576e 100644
--- a/src/helpers.cr
+++ b/src/helpers.cr
@@ -24,6 +24,7 @@ class Config
port: Int32,
dbname: String,
),
+ redirect: Bool
})
end