Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna <anna@nextcloud.com>2022-04-12 15:57:15 +0300
committerGitHub <noreply@github.com>2022-04-12 15:57:15 +0300
commita2a5f94720dd8ae0201d17cadc19fd7ebdb47e52 (patch)
tree8142fb7c7bbe531277392595702190b7bdc5b483 /appinfo
parenta4c8c38b4f5593a1c063d56a996ec771d9592dd7 (diff)
parent6efad68afae361eee60b3850c29680038edb4657 (diff)
Merge pull request #5872 from nextcloud/enh/4823/async-itineraries
Load itineraries asynchronously
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index a9adc74f6..7e8da5b50 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -185,6 +185,11 @@ return [
'verb' => 'GET'
],
[
+ 'name' => 'messages#getItineraries',
+ 'url' => '/api/messages/{id}/itineraries',
+ 'verb' => 'GET'
+ ],
+ [
'name' => 'messages#getSource',
'url' => '/api/messages/{id}/source',
'verb' => 'GET'