From 2538faaba7683bb941726459760af79de5abf98b Mon Sep 17 00:00:00 2001 From: geek Date: Thu, 12 Apr 2018 17:02:09 +0900 Subject: [PATCH] ing --- service/member-service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/member-service.go b/service/member-service.go index 13f5750..f5671eb 100644 --- a/service/member-service.go +++ b/service/member-service.go @@ -35,7 +35,7 @@ type MemberService struct { _Signin cda.MethodAnnotation `annotation:"@overflow:RequestMapping(method='POST', entry='/account/signin', params='[signinID, signinPW]')"` _SigninByCookie cda.MethodAnnotation `annotation:"@overflow:RequestMapping(method='POST', entry='/account/signin_cookie', params='[authToken]')"` - _Signup cda.MethodAnnotation `annotation:"@overflow:RequestMapping(method='POST', entry='/account/signup', params='[member, pw]')"` + _Signup cda.MethodAnnotation `annotation:"@overflow:RequestMapping(method='POST', entry='/account/signup', params='[member, password]')"` _EmailConfirm cda.MethodAnnotation `annotation:"@overflow:RequestMapping(method='GET', entry='/account/email_confirm', params='[token]')"` _ForgotPassword cda.MethodAnnotation `annotation:"@overflow:RequestMapping(method='POST', entry='/account/forgot_password', params='[signinID]')"` _ResetPwConfirm cda.MethodAnnotation `annotation:"@overflow:RequestMapping(method='POST', entry='/account/reset_pw_confirm', params='[pw, key]')"`