Deleted - by author(me) because it's not prisma re...
# orm-help
y
Deleted - by author(me) because it's not prisma related
i
Doesn't really have anything to do w prisma, but in my microservices approach I just have whatever controller specify the route from root. Therefore // on the ToolsController.ts
Copy code
@Get(“/users/:user_id/characters/:character_id/tools”)
getTools(
  @Param(“user_id”) user_id,
  @Param(“character_id”) character_id,
)
If you really need per-resource-fragment configurations this approach may be less optimal. But it has kept me moving without losing a ton of time to RTFM
y
Oh shoot. I totally forgot it was prisma channel. Please discard this. Nonetheless I appreciate your comment!
n
Please feel free to post the question again in case of any Prisma related query! 🙌
i
Sorry! Didn't mean to come off harsh. @Yunbo, if you get an answer different than mine, DM me, because I'd love to know if I'm just DoingItWrong™️
y
no worries! i just wanted this channel to be more focused and clear(about the topic, prisma) and i'm the one should apologize for asking wrong question haha