Skip to content

Commit

Permalink
fix: web start
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Oct 17, 2023
1 parent 107f906 commit 39d1028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/web/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func main() {
WebFS: sub,
WebBasicAuth: webBasicAuth,
}
cmd.Start(cfg, true)
cmd.Start(cfg)
}

func isNotBlank(str *string) bool {
Expand Down

0 comments on commit 39d1028

Please sign in to comment.