richdocuments/appinfo/routes.php
Victor Dubiniuk 412d07dedc Legal stuff
2013-08-27 20:26:30 +02:00

20 lines
441 B
PHP

<?php
/**
* ownCloud - Office App
*
* @author Victor Dubiniuk
* @copyright 2013 Victor Dubiniuk victor.dubiniuk@gmail.com
*
* This file is licensed under the Affero General Public License version 3 or
* later.
*/
$this->create('office_genesis', 'ajax/genesis/{es_id}')
->post()
->action('\OCA\Office\Genesis', 'serve')
;
$this->create('office_genesis', 'ajax/genesis/{es_id}')
->get()
->action('\OCA\Office\Genesis', 'serve')
;