Commit b502dc15 authored by Александр Плохих's avatar Александр Плохих 🌔
Browse files

rm another 200 status

parent 9c2ecedc
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -14,9 +14,6 @@ class UniqElementsController extends AbstractController
    #[Route('/uniq/elements', name: 'app_uniq_elements', methods: ['POST'])]
    public function index(UniqElementsRequest $request, UniqElementsAction $action): Response
    {
        return new JsonResponse(
            $action->act($request->serialise()),
            200
        );
        return new JsonResponse($action->act($request->serialise()));
    }
}