swagger
swagger copied to clipboard
index.html shoud not specify swagger.json as an external file
https://github.com/beego/swagger/blob/60b96c68749093a58d4c84621e3f768b8142f84a/index.html#L42
https://github.com/beego/swagger/blob/60b96c68749093a58d4c84621e3f768b8142f84a/index.html#L42
this will cause the local swagger.json unable to display
@astaxie could you create a new release with the update?
Afterwards I can update the url in the cli (https://github.com/beego/bee/blob/develop/cmd/commands/run/docs.go)
OK, I think I can help to do it.