nextcloud-printer/appinfo/routes.php

8 lines
150 B
PHP
Raw Normal View History

2019-06-12 16:14:52 +02:00
<?php
/**
* adding route for ajax callback
*/
return ['routes' => [
['name' => 'printer#printfile', 'url' => '/printfile', 'verb' => 'GET']
]];