Skip to content

Commit

Permalink
bump relay
Browse files Browse the repository at this point in the history
  • Loading branch information
navigaid committed Apr 15, 2024
1 parent c4aa8f1 commit 715d312
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/ser/main/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

func init() {
http.Handle(handler.Handler().ServeHTTP)
http.Handle(handler.Handler(".").ServeHTTP)
}

func main() {}
2 changes: 1 addition & 1 deletion apps/teleport/main-wws/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import (
)

func main() {
worker.Serve(handler.Handler("https://example.com").ServeHTTP)
worker.Serve(handler.Handler("https://example.com"))
}
2 changes: 1 addition & 1 deletion apps/vsc/main/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import (
)

func main() {
worker.Serve(handler.Handler())
worker.Serve(handler.Handler("https://example.com"))
}
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ require (
github.com/vmware-labs/wasm-workers-server v1.7.0
// github.com/webteleport/caddy-webteleport v0.0.1
github.com/webteleport/auth v0.0.8
github.com/webteleport/relay v0.3.11
github.com/webteleport/relay v0.3.12
github.com/webteleport/utils v0.2.10
github.com/webteleport/webteleport v0.5.2
github.com/webteleport/wtf v0.1.15
Expand Down

0 comments on commit 715d312

Please sign in to comment.