We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546b577 commit 7250c03Copy full SHA for 7250c03
redisinsight/api/src/modules/statics-management/statics-management.module.ts
@@ -34,6 +34,13 @@ const CONTENT_CONFIG = config.get('content');
34
fallthrough: false,
35
},
36
}),
37
+ ServeStaticModule.forRoot({
38
+ serveRoot: SERVER_CONFIG.defaultPluginsUri,
39
+ rootPath: join(PATH_CONFIG.defaultPlugins),
40
+ serveStaticOptions: {
41
+ fallthrough: false,
42
+ },
43
+ }),
44
],
45
providers: [
46
{
0 commit comments