commons-go/config/member/uri.go

6 lines
76 B
Go
Raw Normal View History

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