Skip to content

Commit

Permalink
Fix the certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
codepope committed Jun 18, 2020
1 parent 77a4352 commit 843f34f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ type Query struct {
}

DeleteCertificate DeleteCertificatePayload
CheckCertificate struct {

CheckCertificate struct {
App *App
Certificate *AppCertificate
}
Expand Down Expand Up @@ -126,7 +127,7 @@ type App struct {
Certificates struct {
Nodes []AppCertificate
}
Certificate AppCertificate `json:"omitempty"`
Certificate AppCertificate
Services []Service
Config AppConfig
ParseConfig AppConfig
Expand Down

0 comments on commit 843f34f

Please sign in to comment.