diff options
Diffstat (limited to 'apps/updatenotification/appinfo/routes.php')
-rw-r--r-- | apps/updatenotification/appinfo/routes.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/updatenotification/appinfo/routes.php b/apps/updatenotification/appinfo/routes.php index c7debdb71e0..6bc0562b4eb 100644 --- a/apps/updatenotification/appinfo/routes.php +++ b/apps/updatenotification/appinfo/routes.php @@ -23,7 +23,6 @@ declare(strict_types=1); * along with this program. If not, see <http://www.gnu.org/licenses/> * */ - return [ 'routes' => [ ['name' => 'Admin#createCredentials', 'url' => '/credentials', 'verb' => 'GET'], |