diff --git a/internal/config/host.go b/internal/config/host.go index 51cd6c2..0ea6cd0 100644 --- a/internal/config/host.go +++ b/internal/config/host.go @@ -73,6 +73,11 @@ func NewHost() *Host { Name: "Transport", Price: 20.0, }, + + "LuggageStorage": { + Name: "LuggageStorage", + Price: 30.0, + }, }, } }