wdt.xml 415 B

12345678910
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <routes xmlns="http://symfony.com/schema/routing"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd">
  5. <route id="_wdt" path="/{token}">
  6. <default key="_controller">web_profiler.controller.profiler::toolbarAction</default>
  7. </route>
  8. </routes>