From b2ed1f2e334e1c6b3718cb32e842e751d7408448 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me>
Date: Mon, 31 Jul 2023 22:32:34 +0200
Subject: [PATCH] DojoResponse => Move file

---
 NodeApp/.idea/vcs.xml                      | 1 +
 NodeApp/src/managers/DojoBackendManager.ts | 2 +-
 NodeApp/src/shared                         | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/NodeApp/.idea/vcs.xml b/NodeApp/.idea/vcs.xml
index 058164e..d86e73b 100644
--- a/NodeApp/.idea/vcs.xml
+++ b/NodeApp/.idea/vcs.xml
@@ -3,5 +3,6 @@
   <component name="VcsDirectoryMappings">
     <mapping directory="$PROJECT_DIR$/.." vcs="Git" />
     <mapping directory="$PROJECT_DIR$/src/shared" vcs="Git" />
+    <mapping directory="$PROJECT_DIR$/src/sharedByClients" vcs="Git" />
   </component>
 </project>
\ No newline at end of file
diff --git a/NodeApp/src/managers/DojoBackendManager.ts b/NodeApp/src/managers/DojoBackendManager.ts
index 4a538e1..a69f2a1 100644
--- a/NodeApp/src/managers/DojoBackendManager.ts
+++ b/NodeApp/src/managers/DojoBackendManager.ts
@@ -5,7 +5,7 @@ import { StatusCodes }       from 'http-status-codes';
 import Enonce                from '../sharedByClients/models/Enonce';
 import GitlabUser            from '../shared/types/Gitlab/GitlabUser';
 import Exercice              from '../sharedByClients/models/Exercice';
-import DojoResponse          from '../shared/types/DojoResponse';
+import DojoResponse          from '../shared/types/Dojo/DojoResponse';
 import ClientsSharedConfig   from '../sharedByClients/config/ClientsSharedConfig';
 
 
diff --git a/NodeApp/src/shared b/NodeApp/src/shared
index 585e7e2..0f1b301 160000
--- a/NodeApp/src/shared
+++ b/NodeApp/src/shared
@@ -1 +1 @@
-Subproject commit 585e7e28789fa2cf195cb834858255f6b6983e11
+Subproject commit 0f1b30162eb41d3c0b921ad1d1b980065300ea8e
-- 
GitLab