Skip to content

Commit 89be29c

Browse files
committed
fix: remove studio and docs route exclusion from ServeStaticModule configuration
1 parent 0bb562a commit 89be29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/src/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const clientDistPath = resolve(process.cwd(), process.cwd().endsWith('api') ? '.
1717
AuthModule,
1818
ServeStaticModule.forRoot({
1919
rootPath: clientDistPath,
20-
exclude: ['/api/(.*)', '/docs/(.*)', '/studio/(.*)'],
20+
exclude: ['/api/(.*)'],
2121
}),
2222
],
2323
controllers: [AppController],

0 commit comments

Comments
 (0)