Hi Dev team.
I tried to use ordhook for my backend. but it seems like post-to parameter doesn't work now.
Server is running well and can see logs on console. But can't receive any post request on my backend.
backend and ordhook service is running on my local machine
ordhook service start --post-to=http://localhost:8000/indexer/events --config-path=./Ordhook.toml
Hi Dev team. I tried to use ordhook for my backend. but it seems like post-to parameter doesn't work now. Server is running well and can see logs on console. But can't receive any post request on my backend.