diff --git a/src/Constants.hs b/src/Constants.hs index a3019da..49f8034 100644 --- a/src/Constants.hs +++ b/src/Constants.hs @@ -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