Skip to content

Commit

Permalink
chore: cycle route naming update
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x committed Oct 25, 2024
1 parent ab2cc2e commit 129efef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/routes/cycle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const CycleRoutes: FastifyPluginCallback<
TypeBoxTypeProvider
> = (fastify, options, done) => {
fastify.get(
'/v1/pox-cycle/:cycle_number/signers',
'/v1/cycle/:cycle_number/signers',
{
schema: {
operationId: 'getPoxCycleSigners',
Expand Down

0 comments on commit 129efef

Please sign in to comment.