diff options
author | Joas Schilling <coding@schilljs.com> | 2016-08-01 17:05:40 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-08-01 17:19:05 +0200 |
commit | ea4c6bd28568bce811c275d46478f44455cf237d (patch) | |
tree | a00a46f4ffe571d53a3682c1e8ebe33b8562bb5b /apps/workflowengine/appinfo/routes.php | |
parent | 2734ff7d4ee2f3b16a8dc3759c2c4abafe2f608c (diff) | |
download | nextcloud-server-ea4c6bd28568bce811c275d46478f44455cf237d.tar.gz nextcloud-server-ea4c6bd28568bce811c275d46478f44455cf237d.zip |
Load the timezones via select2
Diffstat (limited to 'apps/workflowengine/appinfo/routes.php')
-rw-r--r-- | apps/workflowengine/appinfo/routes.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/workflowengine/appinfo/routes.php b/apps/workflowengine/appinfo/routes.php index b8c9ae1c236..5ae74bcafc3 100644 --- a/apps/workflowengine/appinfo/routes.php +++ b/apps/workflowengine/appinfo/routes.php @@ -25,5 +25,6 @@ return [ ['name' => 'flowOperations#addOperation', 'url' => '/operations', 'verb' => 'POST'], ['name' => 'flowOperations#updateOperation', 'url' => '/operations/{id}', 'verb' => 'PUT'], ['name' => 'flowOperations#deleteOperation', 'url' => '/operations/{id}', 'verb' => 'DELETE'], + ['name' => 'requestTime#getTimezones', 'url' => '/timezones', 'verb' => 'GET'], ] ]; |