summaryrefslogtreecommitdiffstats
path: root/settings/routes.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-03-19 22:24:16 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2019-03-20 15:17:31 +0100
commit575b3f9ff8cb06e949a2acbb136a6e0d14731eab (patch)
treee8767df86a2243116ef7e9c3f027c805878d622a /settings/routes.php
parent1c8779dc6e34a89ea9181b3cb252101e457c1543 (diff)
downloadnextcloud-server-575b3f9ff8cb06e949a2acbb136a6e0d14731eab.tar.gz
nextcloud-server-575b3f9ff8cb06e949a2acbb136a6e0d14731eab.zip
Revert "Where is your data?"
Diffstat (limited to 'settings/routes.php')
-rw-r--r--settings/routes.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/settings/routes.php b/settings/routes.php
index 277bcca484f..7c8120f9be4 100644
--- a/settings/routes.php
+++ b/settings/routes.php
@@ -83,7 +83,6 @@ $application->registerRoutes($this, [
['name' => 'ChangePassword#changeUserPassword', 'url' => '/settings/users/changepassword', 'verb' => 'POST'],
['name' => 'TwoFactorSettings#index', 'url' => '/settings/api/admin/twofactorauth', 'verb' => 'GET'],
['name' => 'TwoFactorSettings#update', 'url' => '/settings/api/admin/twofactorauth', 'verb' => 'PUT'],
- ['name' => 'ServerInfoSettings#storeServerInfo', 'url' => '/settings/serverinfo', 'verb' => 'POST'],
]
]);