Update main.go

This commit is contained in:
Matthew Fisher 2024-09-12 18:05:53 -05:00
parent 547680593a
commit bfee340790

View File

@ -242,5 +242,5 @@ func main() {
router.POST("/api/v0/updatetool", updateToolHandler)
router.POST("/api/v0/deletetool", deleteToolHandler)
router.Run("localhost:8080")
router.Run("0.0.0.0:8080")
}