I have created the service in Kong and the attached route, but I don’t know how to map the path of the request (/ lolo/lili) which is different from the path of the internal API (/ toto/titi).
With an identical path between the request and the API path, it works well but when the paths are different, I don’t know how to do it …