mirror of
https://github.com/kevin-DL/m3o-go.git
synced 2026-01-11 18:44:26 +00:00
remove leading slash
This commit is contained in:
@@ -14,9 +14,9 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// local address for api
|
// local address for api
|
||||||
localAddress = "http://localhost:8080/"
|
localAddress = "http://localhost:8080"
|
||||||
// public address for api
|
// public address for api
|
||||||
liveAddress = "https://api.m3o.com/"
|
liveAddress = "https://api.m3o.com"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Options of the Client
|
// Options of the Client
|
||||||
|
|||||||
Reference in New Issue
Block a user