mirror of
https://github.com/Yetangitu/owncloud-apps.git
synced 2025-10-02 14:49:17 +02:00
18 lines
338 B
PHP
18 lines
338 B
PHP
<?php
|
|
|
|
/**
|
|
* ownCloud - Files_Reader App
|
|
*
|
|
* @author Frank de Lange
|
|
* @copyright 2015 Frank de Lange
|
|
*
|
|
* This file is licensed under the Affero General Public License version 3 or
|
|
* later.
|
|
*/
|
|
|
|
namespace OCA\Files_Reader\AppInfo;
|
|
|
|
return ['routes' => [
|
|
['name' => 'display#showReader', 'url' => '/', 'verb' => 'GET'],
|
|
]];
|
|
|