Safe Haskell | None |
---|---|
Language | Haskell2010 |
TODO: Rename this to OddJobs.Servant
Documentation
type StaticAssetRoutes = (:<|>) ((:<|>) ((:<|>) ((:>) "bootstrap" ((:<|>) ((:>) "css" ((:<|>) ((:<|>) ((:<|>) ((:<|>) ((:<|>) ((:>) "bootstrap-grid.css" (Get '[CSS] ByteString)) ((:>) "bootstrap-grid.min.css" (Get '[CSS] ByteString))) ((:>) "bootstrap-reboot.css" (Get '[CSS] ByteString))) ((:>) "bootstrap-reboot.min.css" (Get '[CSS] ByteString))) ((:>) "bootstrap.css" (Get '[CSS] ByteString))) ((:>) "bootstrap.min.css" (Get '[CSS] ByteString)))) ((:>) "js" ((:<|>) ((:<|>) ((:<|>) ((:>) "bootstrap.bundle.js" (Get '[JS] ByteString)) ((:>) "bootstrap.bundle.min.js" (Get '[JS] ByteString))) ((:>) "bootstrap.js" (Get '[JS] ByteString))) ((:>) "bootstrap.min.js" (Get '[JS] ByteString)))))) ((:>) "css" ((:<|>) ((:<|>) ((:>) "Navigation-Clean1.css" (Get '[CSS] ByteString)) ((:>) "logo-slider.css" (Get '[CSS] ByteString))) ((:>) "styles.css" (Get '[CSS] ByteString))))) ((:>) "js" ((:<|>) ((:<|>) ((:>) "custom.js" (Get '[JS] ByteString)) ((:>) "jquery.min.js" (Get '[JS] ByteString))) ((:>) "logo-slider.js" (Get '[JS] ByteString))))) ((:>) "odd-jobs-color-logo.png" (Get '[PNG] ByteString)) Source #
staticAssetServer :: forall m. Applicative m => ServerT StaticAssetRoutes m Source #
Routes | |
|
Instances
Env | |
|