nfp_moe: Fix bug in index
continuous-integration/appveyor/branch AppVeyor build succeeded Details

master nfp_moe_v2.0.1
Jonatan Nilsson 2022-08-18 10:58:53 +00:00
parent 6b5cc4b24d
commit e097a773cb
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import config from '../base/config.mjs' import config from './base/config.mjs'
export function start(http, port, ctx) { export function start(http, port, ctx) {
config.sources[1].store = ctx.config config.sources[1].store = ctx.config

View File

@ -1,6 +1,6 @@
{ {
"name": "nfp_moe", "name": "nfp_moe",
"version": "2.0.0", "version": "2.0.1",
"port": 4110, "port": 4110,
"description": "NFP Moe website", "description": "NFP Moe website",
"main": "index.js", "main": "index.js",