From 79c3088233f449bf6d40c77d24ba119e80eac689 Mon Sep 17 00:00:00 2001 From: Ng Heng Khai Date: Mon, 17 Jun 2024 10:16:53 +0800 Subject: [PATCH] Update .gitmodules Updated submodules. --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index a2e3a70..6699e20 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "frontend"] -path = Frontend +path = Frontend/Vite url = https://github.com/kiblykat/ReviewRoom-frontend.git -[submodule "Ports/TheReviewRoom-FastAPI"] +[submodule "TheReviewRoom-FastAPI"] path = Ports/TheReviewRoom-FastAPI url = https://github.com/nhkhai/TheReviewRoom-FastAPI.git -[submodule "Ports/TheReviewRoom-Go"] +[submodule "TheReviewRoom-Go"] path = Ports/TheReviewRoom-Go url = https://github.com/nhkhai/TheReviewRoom-Go.git