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-03-12 15:40:50 +0300
committerPhie <phie@phie.ovh>2019-03-12 15:40:50 +0300
commit33d876c936dd2dfa01707db45544bf0a8cc2cfac (patch)
tree089d6a98e8e532ae4c8492856bc6306ea5d4ecd0 /appinfo
parent4255b1317206f54b5c12153f5b7e7237cbdfeada (diff)
get lang json
Diffstat (limited to 'appinfo')
-rwxr-xr-xappinfo/routes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 37ab09e..8ffddef 100755
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -53,6 +53,7 @@ return [
['name' => 'note#getUbuntuFont', 'url' => '/templates/CarnetElectron/fonts/ubuntu.woff2', 'verb' => 'GET' ],
['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' ],
]
]; \ No newline at end of file