From 0da32c97f64e0cdf950368257447ec8fa6fe7fea Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Tue, 1 Jun 2021 20:53:19 +0200 Subject: Show each thread once per message list Signed-off-by: Daniel Kesselberg Signed-off-by: Christoph Wurst --- appinfo/routes.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'appinfo/routes.php') diff --git a/appinfo/routes.php b/appinfo/routes.php index bf642752e..085bd9e82 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -293,6 +293,16 @@ return [ 'name' => 'sieve#updateActiveScript', 'url' => '/api/sieve/active/{id}', 'verb' => 'PUT' + ], + [ + 'name' => 'thread#delete', + 'url' => '/api/thread/{id}', + 'verb' => 'DELETE' + ], + [ + 'name' => 'thread#move', + 'url' => '/api/thread/{id}', + 'verb' => 'POST' ] ], 'resources' => [ -- cgit v1.2.3