From 45460f97caf55e921c4515e240eb7c71606353e7 Mon Sep 17 00:00:00 2001
From: "bedran.sezer" <bedran.sezer@etu.hesge.ch>
Date: Wed, 21 Feb 2024 12:48:45 +0100
Subject: [PATCH] get Student's list of exercise

---
 .gitmodules     | 6 ++++++
 shared          | 1 +
 sharedByClients | 1 +
 3 files changed, 8 insertions(+)
 create mode 160000 shared
 create mode 160000 sharedByClients

diff --git a/.gitmodules b/.gitmodules
index f612bc0..4bf94cb 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,3 +7,9 @@
 [submodule "NodeApp/src/sharedByClients"]
 	path = NodeApp/src/sharedByClients
 	url = ../../shared/nodeclientsharedcode.git
+[submodule "shared"]
+	path = shared
+	url = ../../shared/nodesharedcode.git
+[submodule "sharedByClients"]
+	path = sharedByClients
+	url = ../../shared/nodeclientsharedcode.git
diff --git a/shared b/shared
new file mode 160000
index 0000000..9e3f29d
--- /dev/null
+++ b/shared
@@ -0,0 +1 @@
+Subproject commit 9e3f29d2f313ef96944a199da0db39f1827c496a
diff --git a/sharedByClients b/sharedByClients
new file mode 160000
index 0000000..4377a70
--- /dev/null
+++ b/sharedByClients
@@ -0,0 +1 @@
+Subproject commit 4377a70c3c731a5426fc0d4c88c9e8858f0c5361
-- 
GitLab