jon89
jon89
TtRPC
Created by jon89 on 12/25/2023 in #❓-help
Can a URL be formatted with dashes, such as "user-list" in the context of trpc?
Can a URL be formatted with dashes, such as "user-list" in the context of trpc?
const appRouter = router({
userList: publicProcedure.query(async () => {
const appRouter = router({
userList: publicProcedure.query(async () => {
I'd prefer not to write router({'user-list'....
5 replies
TtRPC
Created by jon89 on 12/22/2023 in #❓-help
tRPC run express under the hood?
tRPC run expressjs under the hood?
2 replies