Update client.go

This commit is contained in:
Asim Aslam
2020-07-23 23:24:06 +01:00
committed by GitHub
parent 5e62da0ff7
commit 3d84bdf98c

View File

@@ -16,7 +16,7 @@ const (
// local address for api
localAddress = "http://localhost:8080/"
// public address for api
liveAddress = "https://api.micro.mu/"
liveAddress = "https://api.m3o.com/"
)
// Options of the Client