v1.4.0 Error swagger config
Closed this issue · 3 comments
AllinProgram commented
Describe the bug
title should not add ""
. It make api doc can not be parse.
To Reproduce
- purge to install v1.4.0 by docker.
- open doc
- you will see two double quotes, error to parse json.
Expected behavior
Nan
Screenshots
Platform
Nan
AllinProgram commented
If you confirm this is an obvious issue, I'd be very inclined to submit a PR.
sy-records commented
The dev branch has been fixed, I'm not sure it needs to be re-released for v1.4.0. cc @robinv8
https://github.com/apache/incubator-answer/blob/48c238785359238d1ed278dd0921476d4ebd4c66/docs/swagger.yaml#L2913-L2914
AllinProgram commented
@sy-records Thanks, I got it.
Hope to release it soon, thank you for your efforts.