Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mathieu
technobel.sf
Commits
7643d09d
Commit
7643d09d
authored
May 18, 2018
by
Mat
Browse files
encore une erreur sur les méthodes de route
parent
876f93f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/AssoBundle/Resources/config/routing.yml
View file @
7643d09d
...
...
@@ -24,7 +24,7 @@ asso_association_delete:
id
:
\d+
defaults
:
_controller
:
AssoBundle:Association:delete
methods
:
[
DELETE
]
methods
:
[
GET
,
DELETE
]
asso_membre_read
:
path
:
/membres
...
...
@@ -52,4 +52,4 @@ asso_membre_delete:
id
:
\d+
defaults
:
_controller
:
AssoBundle:Membre:delete
methods
:
[
DELETE
]
methods
:
[
GET
,
DELETE
]
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