remove leading slash

This commit is contained in:
Asim Aslam
2021-04-21 15:22:30 +01:00
parent facbb32e8e
commit c120cd2cf9

View File

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