mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
use /plugins prefix in order to be compatible with the SDK
This commit is contained in:
parent
3c14111ac8
commit
f3367c7c2d
@ -86,7 +86,7 @@ define(function(require, exports, module) {
|
||||
statics.addStatics(externalPlugins.map(function(plugin) {
|
||||
return {
|
||||
path: __dirname + "/../../node_modules/" + plugin,
|
||||
mount: plugin
|
||||
mount: "/plugins/" + plugin
|
||||
};
|
||||
}));
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user