Skip to content

Commit 0bb562a

Browse files
committed
fix: remove studio route handling from middleware configuration
1 parent 4310e14 commit 0bb562a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/server/src/app.module.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,5 @@ export class AppModule implements NestModule {
106106
.apply(stripPrefix('/api/objectql', objectQLHandler))
107107
.forRoutes({ path: 'api/objectql*', method: RequestMethod.ALL });
108108

109-
consumer
110-
.apply(stripPrefix('/studio', studioHandler))
111-
.forRoutes({ path: 'studio*', method: RequestMethod.ALL });
112109
}
113110
}

0 commit comments

Comments
 (0)