6 lines
77 B
Go
6 lines
77 B
Go
//go:build !js
|
|
|
|
package main
|
|
|
|
const defaultAPIBase = "http://localhost:8080"
|