del: source file content required validator
This commit is contained in:
parent
3ad974e4eb
commit
46ea0c1460
|
|
@ -63,7 +63,7 @@ func QueryLedgerSourceFileContent(c *gin.Context) {
|
||||||
|
|
||||||
type UpdateSourceFileForm struct {
|
type UpdateSourceFileForm struct {
|
||||||
Path string `form:"path" binding:"required"`
|
Path string `form:"path" binding:"required"`
|
||||||
Content string `form:"content" binding:"required"`
|
Content string `form:"content"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func UpdateLedgerSourceFileContent(c *gin.Context) {
|
func UpdateLedgerSourceFileContent(c *gin.Context) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue