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 21:30:46 +0300
committerPhie <phie@phie.ovh>2018-12-19 21:30:46 +0300
commit75fbe1e8776141f39f2bac92a9208a58c1608c94 (patch)
tree9eab87e29c8d58cef618e5e80718f1c600440ed4 /appinfo
parentcbd036a5847a6b3d16e3fcd664971258c3c332a6 (diff)
stupid hack to get fonts on some servers
Diffstat (limited to 'appinfo')
-rwxr-xr-xappinfo/routes.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index e514c15..11471a7 100755
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -48,7 +48,10 @@ return [
['name' => 'note#moveNote', 'url' => '/notes/move', 'verb' => 'POST'],
['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#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' ],
+
]
]; \ No newline at end of file