mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 02:11:53 +00:00
fix resourcesDir
This commit is contained in:
@@ -12,7 +12,7 @@ sslPath :: FilePath
|
||||
sslPath = "/var/ssl"
|
||||
|
||||
resourcesDir :: FilePath
|
||||
resourcesDir = "./resources" --"/var/www/html/resources"
|
||||
resourcesDir = "/var/www/html/resources" -- "./resources" --
|
||||
|
||||
registryVersion :: AppVersion
|
||||
registryVersion = fromJust . parseMaybe parseJSON . String . toS . showVersion $ version
|
||||
|
||||
Reference in New Issue
Block a user