Open md2perpe opened 4 years ago
This makes an Unauthorized exception be thrown so that extra information can be added to the response by an @app.errorhandler(401).
@app.errorhandler(401)
This makes an Unauthorized exception be thrown so that extra information can be added to the response by an
@app.errorhandler(401)
.