-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 838 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "account-service"]
path = account-service
url = https://github.com/s63d/er-account-service.git
[submodule "vehicle-service"]
path = vehicle-service
url = https://github.com/s63d/er-vehicle-service.git
[submodule "trip-service"]
path = trip-service
url = https://github.com/s63d/er-trip-service.git
[submodule "trip-consumer"]
path = trip-consumer
url = https://github.com/s63d/er-trip-consumer.git
[submodule "invoice-service"]
path = invoice-service
url = https://github.com/s63d/er-invoice-service.git
[submodule "swagger-combine"]
path = swagger-combine
url = https://github.com/s63d/swagger-combine
[submodule "er-frontend"]
path = er-frontend
url = https://github.com/s63d/er-frontend
[submodule "trip-middleware"]
path = trip-middleware
url = https://github.com/s63d/er-trip-middleware.git