Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nitezs committed Sep 17, 2023
1 parent d38d5bc commit 1788541
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
before:
hooks:
- go mod tidy
#before:
# hooks:
# - go mod tidy
builds:
- env:
- CGO_ENABLED=0
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ services:
ports:
- "8011:8011"
volumes:
- ./templates:/app/templates
- ./logs:/app/logs
# - ./templates:/app/templates
# environment:
# - PORT=8011
# - META_TEMPLATE=template_meta.yaml
Expand Down
2 changes: 1 addition & 1 deletion validator/sub.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type SubQuery struct {
Proxy string `form:"proxy" binding:""`
Proxies []string `form:"-" binding:""`
Refresh bool `form:"refresh,default=false" binding:""`
Template string `form:"templates" binding:""`
Template string `form:"template" binding:""`
RuleProvider string `form:"ruleProvider" binding:""`
RuleProviders []RuleProviderStruct `form:"-" binding:""`
Rule string `form:"rule" binding:""`
Expand Down

0 comments on commit 1788541

Please sign in to comment.