4 lines
71 B
PHP
4 lines
71 B
PHP
|
<?php
|
||
|
use ProVM\Common\Controller\Api;
|
||
|
|
||
|
$app->post('/api', Api::class);
|