Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-03-06 13:19:06 +0300
committerJoas Schilling <coding@schilljs.com>2020-03-06 13:19:06 +0300
commitd62401dc485a7697617e27676d43d973df07bb9f (patch)
treeb288da41edfa1ebcd88ea32ec4077c2934d5ea22 /appinfo
parent3cee014d1d4131c3ce3c062e4ded2474d6796b8d (diff)
Allow page reload on /not-found page
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 94676923f..530b76d83 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -28,6 +28,11 @@ return [
'url' => '/',
'verb' => 'GET',
],
+ [
+ 'name' => 'Page#notFound',
+ 'url' => '/not-found',
+ 'verb' => 'GET',
+ ],
],
'ocs' => [
/**