Closed rrader closed 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.
Thank you @rrader for this patch.
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.