Changed host port

This commit is contained in:
kacarmichael 2025-05-29 00:13:09 -05:00
parent 401b2fb3ad
commit 446bcaf707

View File

@ -10,7 +10,7 @@ import (
"github.com/rs/cors"
)
const PORT = "8080"
const PORT = "9000"
func main() {
sseBroker := NewSSEBroker()