1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 07:49:41 +02:00

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

This commit is contained in:
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

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 {