Commit f904ea9f authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DB|WIP] fix Tree RootId

parent 113248dd
......@@ -407,7 +407,7 @@ serverPrivateGargAPI' (AuthenticatedUser (NodeId uid))
-- :<|> addUpload
-- :<|> (\corpus -> addWithQuery corpus :<|> addWithFile corpus)
:<|> addCorpusWithForm (UserDBId uid)
:<|> addCorpusWithQuery (RootId uid)
:<|> addCorpusWithQuery (RootId (NodeId uid))
:<|> addAnnuaireWithForm
-- :<|> New.api uid -- TODO-SECURITY
......
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