commons-go/config/member/uri.go
2018-05-04 17:53:04 +09:00

5 lines
74 B
Go

package member
const (
NG_MEMBER_SERVER_URI ="http://localhost:4200/#"
)