This commit is contained in:
2022-12-01 14:15:54 -03:00
parent c0ddd00cc6
commit de81f16557
22 changed files with 211 additions and 35 deletions

View File

@ -1,4 +1,4 @@
<?php
use ProVM\Common\Controller\Api;
$app->post('/api', Api::class);
$app->post('/api[/]', Api::class);