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>2018-12-30 22:50:35 +0300
committerPhie <phie@phie.ovh>2018-12-30 22:50:35 +0300
commit6bfa43d9f51d1f4145736f9ce91a1d6c291e42c0 (patch)
tree36b5c32279c6d61b5d74eaf767e76158b924aba0 /appinfo
parente5c31613a68c83789cd2749a310e69ddc1c33460 (diff)
get changelog
Diffstat (limited to 'appinfo')
-rwxr-xr-xappinfo/routes.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 73e03e0..37ab09e 100755
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -50,9 +50,9 @@ return [
['name' => 'note#deleteNote', 'url' => '/notes', 'verb' => 'DELETE'],
['name' => 'note#search', 'url' => '/notes/search', 'verb' => 'GET'],
['name' => 'note#getSearchCache', 'url' => '/notes/getSearchCache', 'verb' => 'GET'],
- ['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#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' ],
]
]; \ No newline at end of file