2 Module : Gargantext.API.Application
3 Description : Application of the API
4 Copyright : (c) CNRS, 2017-Present
5 License : AGPL + CECILL v3
6 Maintainer : team@gargantext.org
7 Stability : experimental
10 Inspired by : http://blog.wuzzeb.org/full-stack-web-haskell/server.html
14 {-# OPTIONS_GHC -fno-warn-name-shadowing #-}
16 {-# LANGUAGE OverloadedStrings #-}
18 module Gargantext.API.Application