commons-go/config/member/uri.go

5 lines
74 B
Go
Raw Normal View History

2018-05-04 08:53:04 +00:00
package member
const (
NG_MEMBER_SERVER_URI ="http://localhost:4200/#"
)