apache/answer

v1.4.0 Error swagger config

Closed this issue · 3 comments

Describe the bug

https://github.com/apache/incubator-answer/blob/8e6fa13c72dae18b8c516bf349928f9d3109988c/docs/swagger.yaml#L2914

title should not add "". It make api doc can not be parse.

To Reproduce

  1. purge to install v1.4.0 by docker.
  2. open doc
  3. you will see two double quotes, error to parse json.

Expected behavior

Nan

Screenshots

image

Platform

Nan

If you confirm this is an obvious issue, I'd be very inclined to submit a PR.

@sy-records Thanks, I got it.
Hope to release it soon, thank you for your efforts.