richdocuments/appinfo/routes.php
2013-08-27 20:26:30 +02:00

11 lines
226 B
PHP

<?php
$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')
;