From def808d49afd7ca120e974ce22f253ecbc758e50 Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 7 Feb 2020 10:59:29 +0800 Subject: [PATCH] fix shops slave --- data/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/config.json b/data/config.json index 25bb61c..43b5b4a 100644 --- a/data/config.json +++ b/data/config.json @@ -31,7 +31,7 @@ "max_qty": 10000 } ], - "shops": [ "/ws_abcd", - "/ws_0123" ] + "shops": [ "abcd", + "0123" ] } } \ No newline at end of file