From 3d84bdf98cfaf8794433ef7f5bed03e9cce02b63 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Thu, 23 Jul 2020 23:24:06 +0100 Subject: [PATCH] Update client.go --- client/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client.go b/client/client.go index babf13e..cbfde46 100644 --- a/client/client.go +++ b/client/client.go @@ -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