mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 02:11:53 +00:00
fixes resource constant
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user