Skip to content

Commit

Permalink
changed route to param as Misha said
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Oct 21, 2023
1 parent 71c8d34 commit d51c891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presentation/http/router/note.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const NoteRouter: FastifyPluginCallback<NoteRouterOptions> = (fastify, opts, don
Reply: {
deletedFlag : number
},
}>('/notePublicId', {
}>('/:notePublicId', {
schema: {
params: {
notePublicId: {
Expand Down

0 comments on commit d51c891

Please sign in to comment.