Parent child relation not found

the project is here
https://github.com/lifesound/tilm
I dont know why https://localhost:8080/api/user/:id/acronyms
not found although I saw in postico the user and the acronym and the relation apparently

You need to create a route for that URL in the controller https://github.com/lifesound/tilm/blob/master/Sources/App/Controllers/UsersController.swift#L9

Something like vapor-til/UsersController.swift at main · raywenderlich/vapor-til · GitHub

1 Like

Yes it solved … thx @0xtim as usual … Best teacher ever .

1 Like