create user _index and _entity endpoint

This commit is contained in:
2021-06-26 10:41:22 +02:00
parent aa5c7f333e
commit aaa9a1ec7b
3 changed files with 80 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace Chill\MainBundle\Controller;
use Chill\MainBundle\CRUD\Controller\ApiController;
class UserApiController extends ApiController
{
}