Skip to content

Commit

Permalink
Merge pull request #246 from Tobeyw/dev-mindy
Browse files Browse the repository at this point in the history
fix bridge for ws
  • Loading branch information
Tobeyw committed Mar 20, 2024
2 parents cba42fb + 744f162 commit c99536b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neo3fura_ws/app/ws/src.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ func mainpage(w http.ResponseWriter, r *http.Request) {
}

func bridgepage(w http.ResponseWriter, r *http.Request) {
w.Header().Set("Access-Control-Allow-Origin", "*")
log2.Infof("DETECT CONNECTION")

params := r.URL.Query()
Expand Down

0 comments on commit c99536b

Please sign in to comment.