fixes image path

This commit is contained in:
Aaron Greenspan
2020-01-02 15:01:06 -07:00
parent dd095b7a6e
commit 05dbc367a7
3 changed files with 7 additions and 6 deletions

View File

@@ -11,8 +11,8 @@ import Startlude
sslPath :: FilePath
sslPath = "/var/ssl"
resourcesPath :: FilePath
resourcesPath = "/var/www/html/resources"
resourcesDir :: FilePath
resourcesDir = "/var/www/html/resources"
registryVersion :: AppVersion
registryVersion = fromJust . parseMaybe parseJSON . String . toS . showVersion $ version