fixes resource constant

This commit is contained in:
Aaron Greenspan
2020-01-02 14:43:37 -07:00
parent d8b5d3e193
commit e7b9a54990

View File

@@ -12,7 +12,7 @@ sslPath :: FilePath
sslPath = "/var/ssl"
resourcesPath :: FilePath
resourcesPath = "./resources" -- "/var/www/html/resources"
resourcesPath = "/var/www/html/resources"
registryVersion :: AppVersion
registryVersion = fromJust . parseMaybe parseJSON . String . toS . showVersion $ version