mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
create user _index and _entity endpoint
This commit is contained in:
10
src/Bundle/ChillMainBundle/Controller/UserApiController.php
Normal file
10
src/Bundle/ChillMainBundle/Controller/UserApiController.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Chill\MainBundle\Controller;
|
||||
|
||||
use Chill\MainBundle\CRUD\Controller\ApiController;
|
||||
|
||||
class UserApiController extends ApiController
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user