Skip to content

Commit

Permalink
chore: rename quote endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 committed Dec 2, 2024
1 parent 3061dda commit af371ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/app/routes/trading/getQuote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const root: FastifyPluginAsync = async (fastify): Promise<void> => {
Reply: SuccessSchema | ErrorSchema;
Body: BodySchema;
}>(
'/quote',
'/quote-requests',
{
schema: {
body: getQuoteBodySchema,
Expand Down

0 comments on commit af371ad

Please sign in to comment.