@@ -14,7 +14,6 @@ |
||
| 14 | 14 | class DefaultController extends JsonController |
| 15 | 15 | { |
| 16 | 16 | /** |
| 17 | - |
|
| 18 | 17 | * @param Request $request |
| 19 | 18 | * @Route("/login", name="api_login") |
| 20 | 19 | * @Method("POST") |
@@ -8,10 +8,8 @@ |
||
| 8 | 8 | use AppBundle\Form\EventType; |
| 9 | 9 | use Mcfedr\JsonFormBundle\Controller\JsonController; |
| 10 | 10 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
| 11 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security; |
|
| 12 | 11 | use Symfony\Component\HttpFoundation\JsonResponse; |
| 13 | 12 | use Symfony\Component\HttpFoundation\Request; |
| 14 | -use Symfony\Component\HttpFoundation\Response; |
|
| 15 | 13 | use Symfony\Component\Routing\Annotation\Route; |
| 16 | 14 | |
| 17 | 15 | class CalendarController extends JsonController |