Skip to content

Commit

Permalink
fix alias not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
yusing committed Jan 4, 2025
1 parent 1e97d12 commit 0e886f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/route/types/raw_entry.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type (

// raw entry object before validation
// loaded from docker labels or yaml file
Alias string `json:"-"`
Alias string `json:"alias"`
Scheme string `json:"scheme,omitempty"`
Host string `json:"host,omitempty"`
Port string `json:"port,omitempty"`
Expand Down

0 comments on commit 0e886f5

Please sign in to comment.