summaryrefslogtreecommitdiffstats
path: root/admin/survey/minify/example.index.php
blob: 29de18bbb89b1893250f2abcedaee8f8d982d379 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?php
// template file for creating your own Minify endpoint

// remove this
die('disabled');

// adjust this path as necessary
require __DIR__ . '/../vendor/autoload.php';

$app = new \Minify\App(__DIR__);
$app->runServer();