mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Removed trailing slash from ToolsTreeRoute.
This commit is contained in:
parent
90b33159a5
commit
fdfe75fad1
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ use Symfony\Component\Routing\Annotation\Route;
|
|||
class TreeController extends AbstractController
|
||||
{
|
||||
/**
|
||||
* @Route("/tree/tools/", name="tree_tools")
|
||||
* @Route("/tree/tools", name="tree_tools")
|
||||
*/
|
||||
public function tools(ToolsTreeBuilder $builder)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue