diff options
Diffstat (limited to 'Com/InfluencedByBooks/Apex.hs')
-rw-r--r-- | Com/InfluencedByBooks/Apex.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Com/InfluencedByBooks/Apex.hs b/Com/InfluencedByBooks/Apex.hs index 7bf597a..0328a6d 100644 --- a/Com/InfluencedByBooks/Apex.hs +++ b/Com/InfluencedByBooks/Apex.hs @@ -42,7 +42,7 @@ main = do port <- read <$> fromMaybe "3000" <$> lookupEnv "PORT" :: IO Int - keep <- Keep.openLocal "keep/" + keep <- Keep.openLocal "_keep/" say "port: 3000" run port $ logStdout $ compress $ app staticDir $ keep where |