5 lines
74 B
Go
5 lines
74 B
Go
|
package member
|
||
|
|
||
|
const (
|
||
|
NG_MEMBER_SERVER_URI ="http://localhost:4200/#"
|
||
|
)
|