Skip to content

Commit 2cf959f

Browse files
committed
add back wrongly removed python generation route line
1 parent 0db73b7 commit 2cf959f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/server/routes/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,6 @@ export default async (fastify: FastifyInstance) => {
8484
fastify.register(TypeScriptTypeGenRoute, { prefix: '/generators/typescript' })
8585
fastify.register(GoTypeGenRoute, { prefix: '/generators/go' })
8686
fastify.register(SwiftTypeGenRoute, { prefix: '/generators/swift' })
87+
fastify.register(PythonTypeGenRoute, { prefix: '/generators/python' })
8788
fastify.register(DartTypeGenRoute, { prefix: '/generators/dart' })
8889
}

0 commit comments

Comments
 (0)