We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 960df56 commit ad92abcCopy full SHA for ad92abc
main.go
@@ -73,6 +73,7 @@ func server(ctx context.Context) {
73
http.ServeFile(w, r, "./wasm/main.wasm")
74
})
75
mux.Handle("/", http.FileServer(http.Dir("web/dist")))
76
+ mux.Handle("/player/", http.FileServer(http.Dir("web/dist")))
77
// mux.Handle("/player/", http.StripPrefix("/player", http.FileServer(http.Dir("web/player/build"))))
78
79
listService, listServiceErr := list.NewListService(ctx, config)
0 commit comments