Merge pull request #582 from coopdevs/allow-non-www-host

Allow non-www host name
This commit is contained in:
Pau Pérez Fabregat
2021-01-07 13:42:44 +01:00
committed by GitHub
+1
View File
@@ -36,5 +36,6 @@ module Timeoverflow
config.hosts << 'timeoverflow.local'
config.hosts << 'staging.timeoverflow.org'
config.hosts << 'www.timeoverflow.org'
config.hosts << 'timeoverflow.org'
end
end