jihun
jihun
updated in https://github.com/line/abc-user-feedback/pull/1479
@LectomT The issue seems to be that the URL serving your docs-json does not match the value referenced by docs/redoc. In fact, your docs-json is being served correctly at the...
@LectomT Thank you for reply. I couldn't understand your suggestion. `BASE_URL` in API server env is indicating frontend host address(defaults to http://localhost:3000), not API server host address. So, `` would...
@LectomT Hi, sorry for the late response. After an internal review, we decided to update the BASE_URL to point to the API server. We also plan to update the docs...