1KA_F2F/admin/survey/minify/example.index.php

12 lines
226 B
PHP
Raw Normal View History

2020-08-14 13:36:36 +02:00
<?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();