2 Module : Gargantext.API.FrontEnd
3 Description : Server FrontEnd API
4 Copyright : (c) CNRS, 2017-Present
5 License : AGPL + CECILL v3
6 Maintainer : team@gargantext.org
7 Stability : experimental
11 {-# OPTIONS_GHC -fno-warn-name-shadowing #-}
14 {-# LANGUAGE NoImplicitPrelude #-}
15 {-# LANGUAGE DataKinds #-}
16 {-# LANGUAGE TemplateHaskell #-}
18 ---------------------------------------------------------------------
19 module Gargantext.API.FrontEnd
22 import Servant.Static.TH (createApiAndServerDecs)
24 ---------------------------------------------------------------------
25 $(createApiAndServerDecs "FrontEndAPI" "frontEndServer" "purescript-gargantext/dist")
26 ---------------------------------------------------------------------