richdocuments/appinfo/routes.php

11 lines
226 B
PHP
Raw Normal View History

2013-08-07 21:14:36 +03:00
<?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')
;