Files
KI/resources/routes/web/faq.php
2020-05-19 15:20:42 -04:00

5 lines
79 B
PHP

<?php
use ProVM\KI\Common\Controller\Web\Faq;
$app->get('/faqs', Faq::class);