This commit is contained in:
crusader 2018-05-04 18:18:51 +09:00
commit d6a5d5c17a

5
config/member/uri.go Normal file
View File

@ -0,0 +1,5 @@
package member
const (
NG_MEMBER_SERVER_URI ="http://localhost:4200/#"
)