Files
chess/cmd/chess-client-cli/url_native.go

6 lines
77 B
Go

//go:build !js
package main
const defaultAPIBase = "http://localhost:8080"