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

Add SizeRoute for handling size requests #18

Merged
merged 2 commits into from
Oct 2, 2024
Merged

Add SizeRoute for handling size requests #18

merged 2 commits into from
Oct 2, 2024

Conversation

NonSwag
Copy link
Member

@NonSwag NonSwag commented Oct 2, 2024

Introduces a new route, SizeRoute, that processes GET requests to fetch the size of a schematic by its download key. It includes proper CORS headers and handles various response statuses: 200 for success, 404 for not found, and 500 for server errors.

Introduces a new route, SizeRoute, that processes GET requests to fetch the size of a schematic by its download key. It includes proper CORS headers and handles various response statuses: 200 for success, 404 for not found, and 500 for server errors.
Introduce a new route for handling size-related requests. This update registers the new SizeRoute alongside existing routes to extend functionality.
@NonSwag NonSwag self-assigned this Oct 2, 2024
@NonSwag NonSwag added the enhancement New feature or request label Oct 2, 2024
@NonSwag NonSwag merged commit a617285 into master Oct 2, 2024
3 checks passed
@NonSwag NonSwag deleted the size-route branch October 2, 2024 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant