Closed skade closed 4 years ago
Not just that but when I visit the url https://rom-rb.org/api/rom/ it tries to load iframe from http://localhost:4000/docs/rom
I'm sorry but this is still broken because we serve API docs from api.rom-rb.org, so browsers block this iframe by default. I need to figure out how to solve this.
closing this because we no longer embed API docs in an iframe
Navigate to: http://rom-rb.org/api/rom/
And click the "mapper" link in the readme.
Because rom-rb.org is HTTP and the link links to GitHub using HTTPS, there will be an error.
This should be fixed by serving rom-rb.org over https, which GH should provide now through let's encrypt.