From 9e2acb90437968b7bcdc59f3101a647c9c8bc1c7 Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Sun, 15 Mar 2020 20:25:13 +0800 Subject: [PATCH] rename config.js to Config.js because since last commit it returns object instead of function" --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 26890bd..b120f44 100644 --- a/server.js +++ b/server.js @@ -1,7 +1,7 @@ const fs = require('fs') const path = require('path') -var Config = require('so.base/config.js') +var Config = require('so.base/Config.js') if (!Config || Object.keys(Config).length===0) { Config = { // 默认配置,如果用户什么也没有提供 protocol: 'http',