From abec7d02483a7f6b1150e44e745528f3c23006e9 Mon Sep 17 00:00:00 2001 From: elweyn Date: Wed, 2 Feb 2022 15:00:41 +0100 Subject: [PATCH] Remove community_server url call in gitmodules and readme. --- .gitmodules | 4 ---- README.md | 1 - 2 files changed, 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index e884aaf3e..0ea7400c0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,7 +2,3 @@ path = gn url = https://github.com/gradido/gn.git branch = master - -[submodule "community_server/src/protobuf"] - path = community_server/src/protobuf - url = https://github.com/gradido/gradido_protocol.git diff --git a/README.md b/README.md index 4b0a3b6fd..e97055a78 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,6 @@ docker-compose -f docker-compose.yml up - [frontend](./frontend) Wallet frontend - [backend](./backend) GraphQL & Business logic backend - [mariadb](./mariadb) Database backend -- [community_server](./community_server/) Business logic backend We are currently restructuring the service to reduce dependencies and unify business logic into one place. Furthermore the databases defined for each service will be unified into one.