Skip to content

Commit

Permalink
Fix route path
Browse files Browse the repository at this point in the history
  • Loading branch information
kissifrot committed Mar 16, 2018
1 parent 2effb6b commit 5c0cae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppBundle/Controller/UserController.php
Expand Up @@ -45,7 +45,7 @@ public function manageAlertsAction()
}

/**
* @Route("/updateAlert", name="user_update_list_alert", requirements={"id": "\d+"}, options = { "expose" = true })
* @Route("/{id}/updateAlert", name="user_update_list_alert", requirements={"id": "\d+"}, options = { "expose" = true })
* @Method({"POST"})
* @param Request $request
* @param GiftList $giftList
Expand Down

0 comments on commit 5c0cae2

Please sign in to comment.