We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 495a0bc commit 635177eCopy full SHA for 635177e
src/http/routes/render/renderAuthenticatedImage.ts
@@ -43,7 +43,7 @@ export default async function routes(fastify: FastifyInstance) {
43
tags: ['transformation'],
44
},
45
config: {
46
- operation: { type: ROUTE_OPERATIONS.RENDER_SIGNED_IMAGE },
+ operation: { type: ROUTE_OPERATIONS.RENDER_AUTH_IMAGE },
47
48
49
async (request, response) => {
0 commit comments