From eadcb3758452ae5052d396b1813250caf4394b31 Mon Sep 17 00:00:00 2001 From: Pavel Popov Date: Mon, 4 Sep 2023 13:54:03 +0700 Subject: [PATCH] Add webhook-dispatcher-proto (#38) * Add webhook-dispatcher-proto * Fix gitmodules --- .gitmodules | 3 +++ webhook-dispatcher-proto | 1 + 2 files changed, 4 insertions(+) create mode 160000 webhook-dispatcher-proto diff --git a/.gitmodules b/.gitmodules index d25e87b..430cf38 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,6 @@ [submodule "msgpack-proto"] path = msgpack-proto url = https://github.com/valitydev/msgpack-proto.git +[submodule "webhook-dispatcher-proto"] + path = webhook-dispatcher-proto + url = https://github.com/valitydev/webhook-dispatcher-proto.git diff --git a/webhook-dispatcher-proto b/webhook-dispatcher-proto new file mode 160000 index 0000000..8a265a5 --- /dev/null +++ b/webhook-dispatcher-proto @@ -0,0 +1 @@ +Subproject commit 8a265a5c10c3232a1c65c6ca741b73faa2d6e0d8