Skip to content

Commit

Permalink
Added the FastAPI port as a submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
nhkhai committed Apr 24, 2024
1 parent ab47e2e commit 00ce753
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[submodule "frontend"]
path = frontend
url = https://github.com/kiblykat/ReviewRoom-frontend.git
path = frontend
url = https://github.com/kiblykat/ReviewRoom-frontend.git
[submodule "Ports/TheReviewRoom-FastAPI"]
path = Ports/TheReviewRoom-FastAPI
url = https://github.com/nhkhai/TheReviewRoom-FastAPI.git
[submodule "Ports/TheReviewRoom-Go"]
path = Ports/TheReviewRoom-Go
url = https://github.com/nhkhai/TheReviewRoom-Go.git
path = Ports/TheReviewRoom-Go
url = https://github.com/nhkhai/TheReviewRoom-Go.git
1 change: 1 addition & 0 deletions Ports/TheReviewRoom-FastAPI
Submodule TheReviewRoom-FastAPI added at e1865c

0 comments on commit 00ce753

Please sign in to comment.