nextcloud-printer/appinfo/routes.php
2019-06-12 16:14:52 +02:00

8 lines
150 B
PHP

<?php
/**
* adding route for ajax callback
*/
return ['routes' => [
['name' => 'printer#printfile', 'url' => '/printfile', 'verb' => 'GET']
]];