Skip to content

Fixed Deprecated Warnings in WSGI App

Aditya Komaravolu requested to merge (removed):master into master

Replaced falcon.API with falcon.App to remove deprecated warnings (API class might get removed in future release version of Falcon). Fixes #857 (closed).

Merge request reports