mrf345/flask_minify

Bypassing static files is ignored

Closed this issue · 0 comments

Bypassing static files is ignored because self.endpoint return request.endpoint and that's always static when it's a static file. we should return request.path instead.