From e7b9a5499011ce7dfd3b5d11899a1bb3185d5b4c Mon Sep 17 00:00:00 2001 From: Aaron Greenspan Date: Thu, 2 Jan 2020 14:43:37 -0700 Subject: [PATCH] fixes resource constant --- src/Constants.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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