summaryrefslogtreecommitdiffstats
path: root/settings/routes.php
diff options
context:
space:
mode:
authorMichael Weimann <mail@michael-weimann.eu>2018-12-19 23:13:35 +0100
committerMichael Weimann <mail@michael-weimann.eu>2019-01-14 00:08:24 +0100
commit813ff430f159fdc8aade236048f4a8ff18ac3b2e (patch)
treebb8fe0773a03ed43dba3c9cdecbb3343251fdb1a /settings/routes.php
parent6993faaf67b6e822f7b03bd972fe42c9b4dd1d5d (diff)
downloadnextcloud-server-813ff430f159fdc8aade236048f4a8ff18ac3b2e.tar.gz
nextcloud-server-813ff430f159fdc8aade236048f4a8ff18ac3b2e.zip
Implement storing and loading the server info
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Diffstat (limited to 'settings/routes.php')
-rw-r--r--settings/routes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/routes.php b/settings/routes.php
index 7c8120f9be4..277bcca484f 100644
--- a/settings/routes.php
+++ b/settings/routes.php
@@ -83,6 +83,7 @@ $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'],
]
]);