From 91e7e6163d3dc04ab2bfad7c7fa7bdd0b2e86beb Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 22 Feb 2022 13:43:54 +0800 Subject: [PATCH] 1 --- webapp/controller/MarketController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/MarketController.class.php b/webapp/controller/MarketController.class.php index 1be8b073..89fddd4a 100644 --- a/webapp/controller/MarketController.class.php +++ b/webapp/controller/MarketController.class.php @@ -511,7 +511,7 @@ class MarketController extends BaseController { private function getWeb3ServiceUrl() { - $web3ServiceCluster = require_once('../config/market.web3service.cluster.php'); + $web3ServiceCluster = require_once('../config/web3service.cluster.php'); if (empty($web3ServiceCluster)) { if (SERVER_ENV == _TEST) { return 'http://127.0.0.1:7671/webapp/index.php';