Can we use trpc route inside another trpc route?
I have two routes, one is for generating image, and another one is uploading and creating a row in DB. So I am wondering if we can use the generating image route after the creating row in DB.
@trpc/next@trpc/server