Advertisement
Guest User

Untitled

a guest
Sep 16th, 2014
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. after_reset:
  2. defaults: { _controller: "UserBundle:Rest:afterReset" }
  3. path : /afterreset
  4.  
  5. - { path: ^/afterreset, role: IS_AUTHENTICATED_ANONYMOUSLY }
  6.  
  7. public function afterResetAction(Request $request)
  8. {
  9. return new JsonResponse(array('Success' => 200, 'Response' => 'ok'), 200);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement