feat: configure webhook
This commit is contained in:
@@ -80,7 +80,6 @@ func main() {
|
||||
|
||||
<-ctx.Done()
|
||||
|
||||
log.Println("on shutdown")
|
||||
if restServer != nil {
|
||||
if err := restServer.Shutdown(); err != nil {
|
||||
panic(fmt.Errorf("restServer.Shutdown: %w", err))
|
||||
|
||||
Reference in New Issue
Block a user