Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iqdevTranningProj
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Александр Плохих
iqdevTranningProj
Commits
b502dc15
Commit
b502dc15
authored
11 months ago
by
Александр Плохих
Browse files
Options
Downloads
Patches
Plain Diff
rm another 200 status
parent
9c2ecedc
Branches
PTPS|Controller_3
Branches containing commit
No related tags found
1 merge request
!3
Ptps|controller 3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Controller/UniqElementsController.php
+1
-4
1 addition, 4 deletions
src/Controller/UniqElementsController.php
with
1 addition
and
4 deletions
src/Controller/UniqElementsController.php
+
1
−
4
View file @
b502dc15
...
...
@@ -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
()));
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment