v0.9.2 web and wasm changes for deployment
This commit is contained in:
5
cmd/chess-client-cli/url_native.go
Normal file
5
cmd/chess-client-cli/url_native.go
Normal file
@ -0,0 +1,5 @@
|
||||
//go:build !js
|
||||
|
||||
package main
|
||||
|
||||
const defaultAPIBase = "http://localhost:8080"
|
||||
Reference in New Issue
Block a user