Migration from servant-0.4.4.7 to servant-0.7.1

I used the servant-0.4.4.7. Below is my model code: type API = ServletAPI :<|> Raw type AppM = ReaderT Config (EitherT ServantErr IO) runApplication :: IO () runApplication = do confi...