Skip to content

Commit

Permalink
Merge pull request #22 from vladhss/feature/remove-route-description-…
Browse files Browse the repository at this point in the history
…field

Remove `description` field from application routes
  • Loading branch information
sahaqaa authored Jul 24, 2024
2 parents 19173f5 + b2a36d0 commit 7eb2cc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cloudconnexa/applications.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
)

type ApplicationRoute struct {
Description string `json:"description"`
Value string `json:"value"`
AllowEmbeddedIp bool `json:"allowEmbeddedIp"`
}
Expand Down

0 comments on commit 7eb2cc5

Please sign in to comment.