webauthn bug fix
This commit is contained in:
@@ -29,6 +29,10 @@ export async function fileRoutes(fastify: FastifyInstance) {
|
||||
{
|
||||
schema: {
|
||||
params: { type: "object", properties: { fileId: { type: "string" } } },
|
||||
querystring: {
|
||||
type: "object",
|
||||
properties: { direct: { type: "boolean" } },
|
||||
},
|
||||
response: {
|
||||
200: $file("downloadFileResponse"),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user