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/dbc22 1884: implementation of backend API for rest stop #330

Closed
wants to merge 4 commits into from

Conversation

bcgov-brwang
Copy link
Collaborator

Feature/dbc22 1884: implementation of backend API for rest stop

DBC22-1813: updated events side panel styling according to the design
… according to the design

DBC22-1813: decreased spaces between elements and decreased text size according to the design
DBC22-1884: implemented rest stop backend api
DBC22-1884: added test cases for rest stop
@bcgov-brwang bcgov-brwang requested a review from ray-oxd March 18, 2024 17:50
json_objects.append(rest_stop_data)

except requests.RequestException as e:
return Response({"error": f"Error fetching data from rest stop API: {str(e)}"}, status=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.
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