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

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhie <phie@phie.ovh>2019-04-17 18:23:01 +0300
committerPhie <phie@phie.ovh>2019-04-17 18:23:01 +0300
commit8c064a8933a7197396d4b65e679652e8f34d093d (patch)
treea3e2ac9d33eac7c8745d6802171287bc3bebdeed /appinfo
parentc98bc44129bcb549a271dfe59ae384de8ef452cd (diff)
method to save and restore sort settings
Diffstat (limited to 'appinfo')
-rwxr-xr-xappinfo/routes.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index ce2b285..2806ae6 100755
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -55,6 +55,8 @@ return [
['name' => 'note#getMaterialFont', 'url' => '/templates/CarnetElectron/fonts/material-icons.woff2', 'verb' => 'GET' ],
['name' => 'note#getChangelog', 'url' => '/settings/changelog', 'verb' => 'GET' ],
['name' => 'note#getLangJson', 'url' => '/settings/lang/json', 'verb' => 'GET' ],
+ ['name' => 'note#getBrowserSettings', 'url' => '/settings/browser', 'verb' => 'GET' ],
+ ['name' => 'note#setBrowserSettings', 'url' => '/settings/browser', 'verb' => 'POST' ],
]
]; \ No newline at end of file