This commit is contained in:
geek 2018-05-04 17:53:04 +09:00
parent 38f12b4fbe
commit 4fe6af2383

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

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