diff --git a/nfp_moe/index.mjs b/nfp_moe/index.mjs index 9eeb5bc..6a42b60 100644 --- a/nfp_moe/index.mjs +++ b/nfp_moe/index.mjs @@ -1,4 +1,4 @@ -import config from '../base/config.mjs' +import config from './base/config.mjs' export function start(http, port, ctx) { config.sources[1].store = ctx.config diff --git a/nfp_moe/package.json b/nfp_moe/package.json index 9a3f200..4d64922 100644 --- a/nfp_moe/package.json +++ b/nfp_moe/package.json @@ -1,6 +1,6 @@ { "name": "nfp_moe", - "version": "2.0.0", + "version": "2.0.1", "port": 4110, "description": "NFP Moe website", "main": "index.js",