From 6e23d291965eb453d653b760d5c55546aff973ea Mon Sep 17 00:00:00 2001 From: MonaS8 <schumo62@gmail.com> Date: Fri, 7 Mar 2025 19:44:04 +0100 Subject: [PATCH] Update submodules --- .gitmodules | 4 ++-- backend | 2 +- frontend | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index db14128..936af13 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "frontend"] path = frontend - url = git@github.com:KIT-PSE/collab-space-frontend.git + url = https://gitlab.kit.edu/ugrwh/collab-space-frontend.git [submodule "backend"] path = backend - url = git@github.com:KIT-PSE/collab-space-backend.git + url = https://gitlab.kit.edu/ugrwh/collab-space-backend.git diff --git a/backend b/backend index 9c7f781..a154145 160000 --- a/backend +++ b/backend @@ -1 +1 @@ -Subproject commit 9c7f78106ce8a3a822848d1901e2bf49b2fc25ce +Subproject commit a1541458efbd560e9ba261a3d5e4c56fe6819754 diff --git a/frontend b/frontend index 2150183..1c55850 160000 --- a/frontend +++ b/frontend @@ -1 +1 @@ -Subproject commit 215018328b423b711345deb40f02d672f79d0be3 +Subproject commit 1c55850296ecd14c2f19d5227baf89a9dac8a9cf -- GitLab