mattddowney/compose-postgrest

Swagger UI makes requests to 0.0.0.0:3000 instead of 127.0.0.1:3000

mellkior opened this issue · 1 comments

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.

The base URL before the fix:
image

The base URL after the fix:
image

Thanks for this. Fixed by 51a9c51