Skip to content

Commit fa88c19

Browse files
authored
feat: switch to OpenAPI v3 (#179)
1 parent aa97e7f commit fa88c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const build = (opts: buildOpts = {}): FastifyInstance => {
3232
if (opts.exposeDocs) {
3333
app.register(fastifySwagger, {
3434
exposeRoute: true,
35-
swagger: {
35+
openapi: {
3636
info: {
3737
title: 'Supabase Storage API',
3838
description: 'API documentation for Supabase Storage',

0 commit comments

Comments
 (0)