셀프 업데이트 완료

This commit is contained in:
2024-11-12 12:25:52 +09:00
parent 592e00b98b
commit 43b5aee48b
2 changed files with 5 additions and 5 deletions

View File

@ -27,10 +27,7 @@ func main() {
go func() {
logger.Println("listen /metrics")
err := server.ListenAndServe()
if err != nil {
logger.Error(err)
}
server.ListenAndServe()
}()
hc.Start()