removes unnecessary webserver kill

This commit is contained in:
Keagan McClelland
2020-08-04 18:52:08 -06:00
parent 0624e6667a
commit e307c14c6f

View File

@@ -173,9 +173,7 @@ appMain = do
useEnv
-- Generate the foundation from the settings
makeFoundation settings >>= \f -> do
forkIO $ restartWeb f
startApp f
makeFoundation settings >>= startApp
startApp :: RegistryCtx -> IO ()
startApp foundation = do