Luis Fernando Gomes

Results 12 comments of Luis Fernando Gomes

Agreed, load default dot env file at root directory is very useful feature

I guess that is related to #31

This woks on grocery crud 1.4.1 version

I just rebased the branch to unclude this improvement

Hi @YHartonuk, I do not use grocery crud anymore, this merge was not accepted on time.

My swagger ui break and not validate required simple parameter ```python @main_blueprint.route('/do-something', methods=['POST']) def do_something(): """Do something with limit ---- parameters: - name: limit in: query description: Limit schema: type:...

No, it should be like this ## Flask ```python from flask import Flask from healthcheck import checker, HealthCheck app = Flask(__name__) health = HealthCheck() # add your own check function...