Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/#15 transfer mode support #16

Merged
merged 4 commits into from
Mar 28, 2024
Merged

Conversation

aschuma
Copy link
Owner

@aschuma aschuma commented Mar 28, 2024

#15

@aschuma aschuma merged commit 43c7e57 into main Mar 28, 2024
1 check passed
try:
return jsonify({'trips': v1.find_trips(from_id, to_id, limit, check_time=check_time()), 'status': 200})
except Exception as e:
return jsonify({'message': str(e), 'status': 500}), 500

Check warning

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.
@aschuma aschuma deleted the feature/#15-transfer-mode-support branch March 28, 2024 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant