nextcloud-app-radio/appinfo/routes.php
Jonas Heinrich 6f9f8e42c1 first commit
2016-11-17 23:07:22 +01:00

13 lines
395 B
PHP

<?php
/**
* Copyright (c) 2014, Lukas Reschke <lukas@owncloud.com>
* This file is licensed under the Affero General Public License version 3 or later.
* See the COPYING-README file.
*/
/** @var $this \OCP\Route\IRouter */
$this->create('radio_index', '/')
->actionInclude('radio/index.php');
$this->create('radio_ajax_seturl', 'ajax/seturl.php')
->actionInclude('radio/ajax/seturl.php');