diff --git a/NodeApp/.idea/vcs.xml b/NodeApp/.idea/vcs.xml index 058164e2d728ef8d9811ed7f89d74bad73bcfd0d..d86e73b516141a07b5ba1f16f6f315749512bedc 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 4a538e1a04dc6ce28e4cec3614cdd744c5004fdd..a69f2a1d6acdbf45ca3ad60ddc319b9ce136a6bf 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 585e7e28789fa2cf195cb834858255f6b6983e11..0f1b30162eb41d3c0b921ad1d1b980065300ea8e 160000 --- a/NodeApp/src/shared +++ b/NodeApp/src/shared @@ -1 +1 @@ -Subproject commit 585e7e28789fa2cf195cb834858255f6b6983e11 +Subproject commit 0f1b30162eb41d3c0b921ad1d1b980065300ea8e