Swagger UI makes requests to 0.0.0.0:3000 instead of 127.0.0.1:3000
mellkior opened this issue · 1 comments
mellkior commented
Making requests from Swagger results in a network error because the PostgREST openAPI URI isn't configured. I'll open a PR with the change I made to get this working locally.
mattddowney commented
Thanks for this. Fixed by 51a9c51