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