Commit 5857f18c authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] move route

parent c4447148
Pipeline #903 canceled with stage
......@@ -145,7 +145,7 @@ type NodeAPI a = Get '[JSON] (Node a)
:<|> "tree" :> TreeApi
:<|> "phylo" :> PhyloAPI
-- :<|> "add" :> NodeAddAPI
:<|> MoveAPI
:<|> "move" :> MoveAPI
-- TODO-ACCESS: check userId CanRenameNode nodeId
-- TODO-EVENTS: NodeRenamed RenameNode or re-use some more general NodeEdited...
......
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