Commit 58cdb74f authored by Alexandre Delanoë's avatar Alexandre Delanoë

bug

parent dc98f9f5
......@@ -162,8 +162,8 @@ type NodeAPI a = Get '[JSON] (Node a)
:> Get '[JSON] [Node a]
:<|> Summary " Tabs" :> FacetDocAPI
-- How TODO ?
-- :<|> "favorites" :> Summary " Favorites" :> FavApi
-- :<|> "documents" :> Summary " Documents" :> DocsApi
:<|> "favorites" :> Summary " Favorites" :> FavApi
:<|> "documents" :> Summary " Documents" :> DocsApi
......@@ -219,8 +219,8 @@ type FacetDocAPI = "table"
:> QueryParam "from" UTCTime
:> QueryParam "to" UTCTime
:> Get '[JSON] [FacetChart]
:<|> "favorites" :> Summary " Favorites" :> FavApi
:<|> "documents" :> Summary " Documents" :> DocsApi
-- :<|> "favorites" :> Summary " Favorites" :> FavApi
-- :<|> "documents" :> Summary " Documents" :> DocsApi
-- Depending on the Type of the Node, we could post
-- New documents for a corpus
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment