Skip to content

Commit ad92abc

Browse files
committed
fix build ep10
1 parent 960df56 commit ad92abc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ func server(ctx context.Context) {
7373
http.ServeFile(w, r, "./wasm/main.wasm")
7474
})
7575
mux.Handle("/", http.FileServer(http.Dir("web/dist")))
76+
mux.Handle("/player/", http.FileServer(http.Dir("web/dist")))
7677
// mux.Handle("/player/", http.StripPrefix("/player", http.FileServer(http.Dir("web/player/build"))))
7778

7879
listService, listServiceErr := list.NewListService(ctx, config)

0 commit comments

Comments
 (0)