Skip to content

Commit

Permalink
fixup! Add required signers
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Dec 18, 2023
1 parent b031860 commit 2fccb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/txs/hash/required-signers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async function route(fastify: FastifyInstance) {
fastify.route({
url: '/txs/:hash/required_signers',
method: 'GET',
schema: getSchemaForEndpoint('/txs/:hash:/required_signers'),
schema: getSchemaForEndpoint('/txs/{hash}/required_signers'),
handler: async (request: FastifyRequest<QueryTypes.RequestParameters>, reply) => {
const clientDbSync = await getDbSync(fastify);

Expand Down

0 comments on commit 2fccb7d

Please sign in to comment.