Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mathieu
technobel.sf
Commits
9b9bb9e7
Commit
9b9bb9e7
authored
May 18, 2018
by
Mat
Browse files
encore une erreur sur les méthodes de route
parent
d338b928
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/TechnoBundle/Resources/config/routing.yml
View file @
9b9bb9e7
...
...
@@ -52,7 +52,7 @@ techno_gallery_delete:
_controller
:
TechnoBundle:Image:delete
requirements
:
id
:
\d+
methods
:
[
DELETE
]
methods
:
[
GET
,
DELETE
]
## CRUD auteur
...
...
@@ -83,7 +83,7 @@ techno_owner_delete:
_controller
:
TechnoBundle:Owner:delete
requirements
:
id
:
\d+
methods
:
[
DELETE
]
methods
:
[
GET
,
DELETE
]
### les routes des fonctions qui interrogent l'APIBundle
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment