mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Renamed device_* routes to project_* routes
This commit is contained in:
parent
1a3253b31a
commit
7b536fc4ad
5 changed files with 16 additions and 16 deletions
|
@ -50,7 +50,7 @@ class ProjectController extends AbstractController
|
|||
}
|
||||
|
||||
/**
|
||||
* @Route("/{id}", name="project_info", requirements={"id"="\d+"})
|
||||
* @Route("/{id}/info", name="project_info", requirements={"id"="\d+"})
|
||||
*/
|
||||
public function info(Project $project, Request $request)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue