xen / flask-project-template

Ready to ship big flask project template
MIT License
285 stars 94 forks source link

restless manager: add app argument to create_api #2

Closed rrader closed 9 years ago

rrader commented 9 years ago

Due to https://github.com/jfinkels/flask-restless/issues/313 app argument should be passed directly to create_api method, init_app will not store app object. Same for url_prefix.

xen commented 9 years ago

Thank you @rrader for this patch.