Commit eca18ec0 authored by Shawn Smith's avatar Shawn Smith

fix struct tag

parent 5343c35b
......@@ -110,7 +110,7 @@ type Template struct {
// ImportFile describes a base64 encoded file imported by a Template.
type ImportFile struct {
Name string `json:"name,omitempty"`
Path string `json:"path",omitempty` // Actual URL for the file
Path string `json:"path,omitempty"` // Actual URL for the file
Content string `json:"content"`
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment