mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
chore: go mod tidy
This commit is contained in:
parent
3b8572c55e
commit
63df5d9804
3 changed files with 20 additions and 338 deletions
|
@ -42,7 +42,7 @@ func TokenizeNginxConfig(c *gin.Context) {
|
|||
|
||||
func FormatNginxConfig(c *gin.Context) {
|
||||
var json struct {
|
||||
Content string `json:"content" binding:"required"`
|
||||
Content string `json:"content"`
|
||||
}
|
||||
|
||||
if !cosy.BindAndValid(c, &json) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue