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 7250c03 commit 74aec79Copy full SHA for 74aec79
redisinsight/api/src/modules/statics-management/statics-management.module.ts
@@ -41,6 +41,20 @@ const CONTENT_CONFIG = config.get('content');
41
fallthrough: false,
42
},
43
}),
44
+ ServeStaticModule.forRoot({
45
+ serveRoot: SERVER_CONFIG.customPluginsUri,
46
+ rootPath: join(PATH_CONFIG.customPlugins),
47
+ serveStaticOptions: {
48
+ fallthrough: false,
49
+ },
50
+ }),
51
52
+ serveRoot: SERVER_CONFIG.pluginsAssetsUri,
53
+ rootPath: join(PATH_CONFIG.pluginsAssets),
54
55
56
57
58
],
59
providers: [
60
{
0 commit comments