Commit 51cbe0ca authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] Lists route.

parent 6db119a9
Pipeline #773 failed with stage
......@@ -296,9 +296,9 @@ type GargPrivateAPI' =
-- :<|> "scraper" :> WithCallbacks ScraperAPI
-- :<|> "new" :> New.Api
:<|> "list" :> Summary "List export API"
:> Capture "listId" ListId
:> List.API
:<|> "lists" :> Summary "List export API"
:> Capture "listId" ListId
:> List.API
:<|> "wait" :> Summary "Wait test"
:> Capture "x" Int
......
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