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-19 23:48:57 +0300
committerPhie <phie@phie.ovh>2018-12-19 23:48:57 +0300
commit1778d269ad701a5dfd1228317d95287c1dceb043 (patch)
tree8cd41d5dfd3b832e1e1ffdf0dd5c1a12767d4699
parent571ad88ef2e6a9aa35981c62cb4a431975d30813 (diff)
url for font hack was bad
-rwxr-xr-xappinfo/routes.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 11471a7..ccf645f 100755
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -49,8 +49,8 @@ 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' => 'fonts/ubuntu.woff2', 'verb' => 'GET' ],
- ['name' => 'note#getMaterialFont', 'url' => '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' ],
]