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-02 17:49:12 +0300
committerPhie <phie@phie.ovh>2019-04-02 17:49:12 +0300
commitf3d9dfd4bf9a01d3d074f436cdf00c9c35bb80fb (patch)
treeeacfa4389c7378344ee4059acac5ae9fa00773cb /appinfo
parentaaba3699caf1cb8dfb395dfc13720ee029e454de (diff)
stop saving media into sql db
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 8ffddef..ce2b285 100755
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -38,6 +38,7 @@ return [
['name' => 'note#getRecent', 'url' => '/recentdb', 'verb' => 'GET'],
['name' => 'note#mergeRecentDB', 'url' => '/recentdb/merge', 'verb' => 'GET'],
['name' => 'note#getEditorUrl', 'url' => '/note/open/prepare', 'verb' => 'GET'],
+ ['name' => 'note#getMedia', 'url' => '/note/getmedia', 'verb' => 'GET'],
['name' => 'note#postActions', 'url' => '/recentdb/action', 'verb' => 'POST'],
['name' => 'note#getMetadata', 'url' => '/metadata', 'verg' => 'GET'],
['name' => 'note#getKeywordsDB', 'url' => '/keywordsdb', 'verb' => 'GET'],