generalizes

This commit is contained in:
Aaron Greenspan
2020-01-05 23:09:13 -07:00
parent 05dbc367a7
commit f7522e6678
6 changed files with 13 additions and 24 deletions

View File

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