fix(backend):pprof launch addr: use port only
This commit is contained in:
parent
43669c082c
commit
d64cd12eb6
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@ import (
|
|||
|
||||
func StartProfilingServer() {
|
||||
go func() {
|
||||
log.Println(http.ListenAndServe("localhost:6060", nil))
|
||||
log.Println(http.ListenAndServe(":6060", nil))
|
||||
}()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue