remove temp service url

This commit is contained in:
Barry Deen
2024-09-24 11:34:41 -04:00
parent 281b881144
commit 5d323fce01

View File

@@ -47,8 +47,6 @@ func main() {
handler := http.HandlerFunc(dynamicRelayHandler)
chatRelay.ServiceURL = "http://localhost:3355/chat"
log.Printf("🔗 listening at http://localhost:3355")
http.ListenAndServe("0.0.0.0:3355", handler)
}