abc5ff2d97
* Deprecated API endpoints cleanup * Linting Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
8 lines
295 B
Markdown
8 lines
295 B
Markdown
# Before adding new endpoints here
|
|
|
|
We're deprecating adding new endpoints in favor of creating tRPC procedures.
|
|
|
|
You can learn about [tRPC procedures in the docs](https://trpc.io/docs/v10/procedures).
|
|
|
|
You can see our current tRPC procedures in this file `packages/trpc/server/routers/_app.ts`
|