change method path

This commit is contained in:
kandrusyak
2023-10-09 03:26:47 +03:00
parent ddc083bbee
commit 50dbe0ce8a

View File

@@ -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)