From 164bb7d9ae687b8e8bc6dcc8da5487ab509bb8f1 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 14 Jan 2019 19:34:15 +0800 Subject: [PATCH] add third_party/wsproxy --- .gitmodules | 3 +++ third_party/wsproxy | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 third_party/wsproxy diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e4ee644 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "third_party/wsproxy"] + path = third_party/wsproxy + url = git@git.kingsome.cn:server_common/wsproxy.git diff --git a/third_party/wsproxy b/third_party/wsproxy new file mode 160000 index 0000000..3fe5d3e --- /dev/null +++ b/third_party/wsproxy @@ -0,0 +1 @@ +Subproject commit 3fe5d3e7a3f655f88e3ef309c6e16af484d58d00