[FEAT] Order 1 and 2 implemented.
[gargantext.git] / src / Gargantext / API / Node / Contact.hs
index 9e1676c6f632d73a38c225237dbcb13832e807df..e2a571e7e343df6cc0c5f8acc7eaa9a21256bf0c 100644 (file)
@@ -55,8 +55,8 @@ type API = "contact" :> Summary "Contact endpoint"
 
 
 api :: UserId -> CorpusId -> GargServer API
-api uid cid =  (api_async   (RootId (NodeId uid)) cid)
-          :<|> (nodeNodeAPI (Proxy :: Proxy HyperdataContact) uid cid)
+api uid cid =  (api_async   (RootId (NodeId                   uid)) cid)
+          :<|> (nodeNodeAPI (Proxy :: Proxy HyperdataContact) uid   cid)
 
 type API_Async = AsyncJobs JobLog '[JSON] AddContactParams JobLog
 ------------------------------------------------------------------------