EE-4376 fix(docker): fix malformed struct of template (#7803)

pull/7917/head
Rex Wang 2022-10-21 16:29:18 +08:00 committed by GitHub
parent 0365ed8e70
commit 1b12cc9f31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ type filePayload struct {
type fileResponse struct {
// The requested file content
FileContent string `example: "version:2"`
FileContent string `example:"version:2"`
}
func (payload *filePayload) Validate(r *http.Request) error {