API 1.0.0-rc
This commit is contained in:
6
api/resources/routes/workers.php
Normal file
6
api/resources/routes/workers.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
use Contabilidad\Common\Controller\Workers;
|
||||
|
||||
$app->group('/workers', function($app) {
|
||||
$app->post('/register', [Workers::class, 'register']);
|
||||
});
|
Reference in New Issue
Block a user