sonata_profile_1.xml 1.3 KB

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <routes xmlns="http://symfony.com/schema/routing" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">
  3. <route id="fos_user_profile_show" path="/" methods="GET">
  4. <default key="_controller">SonataUserBundle:ProfileFOSUser1:show</default>
  5. </route>
  6. <route id="fos_user_profile_edit_authentication" path="/edit-authentication">
  7. <default key="_controller">SonataUserBundle:ProfileFOSUser1:editAuthentication</default>
  8. </route>
  9. <route id="fos_user_profile_edit" path="/edit-profile">
  10. <default key="_controller">SonataUserBundle:ProfileFOSUser1:editProfile</default>
  11. </route>
  12. <route id="sonata_user_profile_show" path="/" methods="GET">
  13. <default key="_controller">SonataUserBundle:ProfileFOSUser1:show</default>
  14. </route>
  15. <route id="sonata_user_profile_edit_authentication" path="/edit-authentication">
  16. <default key="_controller">SonataUserBundle:ProfileFOSUser1:editAuthentication</default>
  17. </route>
  18. <route id="sonata_user_profile_edit" path="/edit-profile">
  19. <default key="_controller">SonataUserBundle:ProfileFOSUser1:editProfile</default>
  20. </route>
  21. </routes>