Compare commits

..

1 Commits

Author SHA1 Message Date
Evan 89c0a87118 fix: #1
continuous-integration/drone/tag Build is passing Details
2021-11-27 21:59:28 +08:00
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ func main() {
mux.Handle("/", k)
g := guard.New()
g.Skip = guard.SkipStatic
server := &http.Server{
Addr: flagAddr,