Skip to content

Commit a6f8904

Browse files
committed
Add route for clearSession action
1 parent aa70ce1 commit a6f8904

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/routes.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
'/toolbar/clear-cache',
1313
['controller' => 'Toolbar', 'action' => 'clearCache']
1414
);
15+
$routes->connect(
16+
'/toolbar/clear-session',
17+
['controller' => 'Toolbar', 'action' => 'clearSession']
18+
);
1519
$routes->connect(
1620
'/toolbar/*',
1721
['controller' => 'Requests', 'action' => 'view']

0 commit comments

Comments
 (0)