From 34c7d526efb1f04504fd4f12ca2cc9a1b560fa71 Mon Sep 17 00:00:00 2001 From: Patrick Peng Sun Date: Thu, 13 Jul 2017 00:42:49 +1000 Subject: [PATCH] static single single page editing app's path spa/ --- common_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common_test.go b/common_test.go index 5f9c9da..de9dc6c 100644 --- a/common_test.go +++ b/common_test.go @@ -35,7 +35,7 @@ func SetupConfig() { IntraAPIConfig = ConfigIntraAPI{ "cAT/ckkfjajvczxiaufodqdfakpozcczfas341fda.vfasdk/8934125", } - GlobalPath = PathsConfig{"/tmp"} + GlobalPath = PathsConfig{"/tmp", "spa/"} KFUsers.kfRenewList() }