From e097a773cbf182686aaf64dc87370301ab04c8e9 Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Thu, 18 Aug 2022 10:58:53 +0000 Subject: [PATCH] nfp_moe: Fix bug in index --- nfp_moe/index.mjs | 2 +- nfp_moe/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",