change method path
This commit is contained in:
@@ -59,7 +59,7 @@ func CreatePD(c echo.Context) error {
|
||||
|
||||
func SearchPD(c echo.Context) error {
|
||||
data, err, resp := api.PostRequest(
|
||||
config.Env.MSHosts.PersonsHost+"/persons/search/",
|
||||
config.Env.MSHosts.PersonsHost+"/persons/search",
|
||||
c.Request().Body,
|
||||
c.Request().Header)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user