Image URL problem

Options
Hi,
I try to add to my Xano database an Image. My API has an Input JSON like that:

"photo": {
 "path":"https://public.files.arengu.com/forms/165555697126336337/files/d75a9a6c5b7049c798fe9a11cf054709/perfil jorge fernandez.jpg",
        "name": "perfil jorge fernandez.jpg",
        "type": "image",
        "size": "54167",
        "mime": "image/jpeg",
        "meta": {
          "width": 512,
          "height": 512
        }
      }
The problem is that the reponse image URL is my  Xano domain + the path combined and then the url is wrong.

How I could solve it?

Comments