File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ import IHP.Controller.NotFound (handleNotFound)
4949import IHP.Controller.Session (sessionVaultKey )
5050import Paths_ihp_ide (getDataFileName )
5151import IHP.RequestVault
52+ import IHP.RequestBodyMiddleware (requestBodyMiddleware )
5253
5354runToolServer :: (? context :: Context ) => ToolServerApplication -> _ -> IO ()
5455runToolServer toolServerApplication liveReloadClients = do
@@ -89,6 +90,7 @@ startToolServer' toolServerApplication port isDebugMode liveReloadClients = do
8990
9091 Warp. runSettings warpSettings $
9192 logMiddleware $ methodOverridePost $ sessionMiddleware $ approotMiddleware $ frameworkConfigMiddleware frameworkConfig
93+ $ requestBodyMiddleware frameworkConfig. parseRequestBodyOptions
9294 $ Websocket. websocketsOr
9395 Websocket. defaultConnectionOptions
9496 (LiveReloadNotificationServer. app liveReloadClients)
You can’t perform that action at this time.
0 commit comments