Merge pull request #131 from unistack-org/endpoint
fix endpoint
This commit was merged in pull request #131.
	This commit is contained in:
		| @@ -212,6 +212,7 @@ func (h *httpServer) ServeHTTP(w http.ResponseWriter, r *http.Request) { | |||||||
| 		service:     handler.sopts.Name, | 		service:     handler.sopts.Name, | ||||||
| 		contentType: ct, | 		contentType: ct, | ||||||
| 		method:      fmt.Sprintf("%s.%s", hldr.name, hldr.mtype.method.Name), | 		method:      fmt.Sprintf("%s.%s", hldr.name, hldr.mtype.method.Name), | ||||||
|  | 		endpoint:    fmt.Sprintf("%s.%s", hldr.name, hldr.mtype.method.Name), | ||||||
| 		payload:     argv.Interface(), | 		payload:     argv.Interface(), | ||||||
| 		header:      md, | 		header:      md, | ||||||
| 	} | 	} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user