Open trkks opened 1 year ago
The calls like here are to exit the route and return a fitting reason for the requester.
A better approach is to raise exceptions which:
raise
See this Flask article for more information.
The calls like here are to exit the route and return a fitting reason for the requester.
A better approach is to
raise
exceptions which:See this Flask article for more information.