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:
parent
0365ed8e70
commit
1b12cc9f31
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue