mrk-andreev/tornado-swagger

Can not register StaticFileHandlers

ylcoder opened this issue · 2 comments

Describe the bug
It complains either the args not fit, index out of range when use that directory with path argument for static file handler. If no args, also complain there is no method defined in the handler.

To Reproduce
Steps to reproduce the behavior:
Add a StaticFileHandler as one of the routes

image

Expected behavior
Should be able to ignore the handler if it can not register. A warning message should be enough we can opt in for API documentation

Screenshots
N/A

Desktop (please complete the following information):
It should not matter

Smartphone (please complete the following information):
N/A

Additional context
N/A

Thanks a lot Mark.