From 8b5fe0b018af70c5302966f1d3d4d9a1cdd82dad Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Tue, 12 Mar 2024 19:44:51 +0330 Subject: [subJson] add mux and direct Co-Authored-By: Alireza Ahmadi --- web/entity/entity.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/entity') diff --git a/web/entity/entity.go b/web/entity/entity.go index 0a9c3a56..533fe973 100644 --- a/web/entity/entity.go +++ b/web/entity/entity.go @@ -52,6 +52,8 @@ type AllSetting struct { SubJsonPath string `json:"subJsonPath" form:"subJsonPath"` SubJsonURI string `json:"subJsonURI" form:"subJsonURI"` SubJsonFragment string `json:"subJsonFragment" form:"subJsonFragment"` + SubJsonMux string `json:"subJsonMux" form:"subJsonMux"` + SubJsonRules string `json:"subJsonRules" form:"subJsonRules"` Datepicker string `json:"datepicker" form:"datepicker"` } -- cgit v1.2.3