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