You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that when base is set, swagger ui was unable to load openapi.json because base is prepended to openapi_url in getSwaggerUI function but not on the openapi.json route itself
It seems that when
base
is set, swagger ui was unable to loadopenapi.json
becausebase
is prepended toopenapi_url
ingetSwaggerUI
function but not on theopenapi.json
route itselfhttps://github.com/cloudflare/chanfana/blob/main/src/openapi.ts#L33
https://github.com/cloudflare/chanfana/blob/main/src/openapi.ts#L53-L70
Related to #59
The text was updated successfully, but these errors were encountered: