rename route for nodes and adjust calls to route
This commit is contained in:
parent
adc72961d0
commit
f5a8b8447f
4 changed files with 6 additions and 5 deletions
|
|
@ -13,7 +13,7 @@ class NodeController
|
|||
private TextRepository $textRepository,
|
||||
) {}
|
||||
|
||||
public function getNodes(Response $response, int $textId): Response
|
||||
public function getNodesOfText(Response $response, int $textId): Response
|
||||
{
|
||||
$text = $this->textRepository->find($textId);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue