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