Skip to content

Commit 2e0ad3c

Browse files
committed
fix config struct
1 parent ea604f2 commit 2e0ad3c

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

backend/cmd/config.go

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ import (
55
"github.com/HyperloopUPV-H8/h9-backend/internal/vehicle"
66
)
77

8+
type Adj struct {
9+
Branch string
10+
}
811
type Config struct {
9-
Vehicle vehicle.Config
10-
Server server.Config
11-
AdjBranch string
12+
Vehicle vehicle.Config
13+
Server server.Config
14+
Adj Adj
1215
}

0 commit comments

Comments
 (0)