Skip to content

Commit

Permalink
chore: replace GET method with POST (#123)
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Pagel <hanspagel@users.noreply.github.com>
  • Loading branch information
hanspagel authored Jan 15, 2024
1 parent 0acba7e commit c92a5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import { Type } from '@sinclair/typebox'

const fastify = Fastify().withTypeProvider<TypeBoxTypeProvider>()

fastify.get('/', {
fastify.post('/', {
schema: {
body: Type.Object({
x: Type.String(),
Expand Down

0 comments on commit c92a5fb

Please sign in to comment.