Skip to content

Commit

Permalink
add json tags to backend config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Vlasic committed Aug 25, 2021
1 parent a34fe6e commit 83350a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/commands/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
)

type BackendConfig struct {
APIGatewayURL string
Token string
APIGatewayURL string `json:"apiGatewayURL"`
Token string `json:"token,omitempty"`
}

func CreateConfigDir() error {
Expand Down

0 comments on commit 83350a3

Please sign in to comment.