Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
iway1 authored Jan 2, 2023
1 parent d84e425 commit 61d34df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ export default async function handler(_: NextApiRequest, res: NextApiResponse) {
}
```

Then we can visit the url `http://localhost:3000/api/panel` to use the panel. Here we do `transformer: "superjson"` assuming we have `superjson` set as the transformer in tRPC (which create-t3-app does by default).

## Documenting Procedures

As of v1.1.0, `trpc-panel` supports documenting procedures.
Expand Down

0 comments on commit 61d34df

Please sign in to comment.