fix resourcesDir

This commit is contained in:
Aaron Greenspan
2020-01-06 23:22:18 -07:00
parent a3d2811253
commit f9354e4428

View File

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