mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-09-22 06:46:34 +08:00
Fix readme
This commit is contained in:
@@ -153,7 +153,7 @@ func main() {
|
|||||||
http.Handle(h.RootPath(), h)
|
http.Handle(h.RootPath(), h)
|
||||||
|
|
||||||
// Go to http://localhost:8080/monitoring to see asynqmon homepage.
|
// Go to http://localhost:8080/monitoring to see asynqmon homepage.
|
||||||
log.Fatal(http.ListenAndServe(":8000", nil))
|
log.Fatal(http.ListenAndServe(":8080", nil))
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user