diff --git a/src/Constants.hs b/src/Constants.hs index fcd78f1..261d480 100644 --- a/src/Constants.hs +++ b/src/Constants.hs @@ -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