Blame view
sources/apps/files_trashbin/appinfo/routes.php
173 Bytes
|
31b7f2792
|
1 |
<?php |
|
6d9380f96
|
2 3 |
/** @var $this \OCP\Route\IRouter */
$this->create('core_ajax_trashbin_preview', '/preview')->action(
|
|
31b7f2792
|
4 5 |
function() {
require_once __DIR__ . '/../ajax/preview.php';
|
|
6d9380f96
|
6 |
}); |