Skip to content

Commit

Permalink
修复笔误产生的拼写错误
Browse files Browse the repository at this point in the history
  • Loading branch information
livelyRyan authored Jul 30, 2020
1 parent 9d23e5a commit c46ba86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func (app *App) Run(mws ...MiddleWare) {
ClientAuth: tls.RequireAndVerifyClientCert,
}
if string(BConfig.Listen.ClientAuth) != "" {
tslConfig.ClientAuth = BConfig.Listen.ClientAuth
tlsConfig.ClientAuth = BConfig.Listen.ClientAuth
}
app.Server.TLSConfig = &tslConfig
}
Expand Down

0 comments on commit c46ba86

Please sign in to comment.