Update main.go
This commit is contained in:
parent
547680593a
commit
bfee340790
2
main.go
2
main.go
@ -242,5 +242,5 @@ func main() {
|
|||||||
router.POST("/api/v0/updatetool", updateToolHandler)
|
router.POST("/api/v0/updatetool", updateToolHandler)
|
||||||
router.POST("/api/v0/deletetool", deleteToolHandler)
|
router.POST("/api/v0/deletetool", deleteToolHandler)
|
||||||
|
|
||||||
router.Run("localhost:8080")
|
router.Run("0.0.0.0:8080")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user