Open IndySeh opened 1 day ago
Name | Link |
---|---|
Latest commit | 7b5e41d0bc9ee05055a000cee79cd1b172d22af6 |
Latest deploy log | https://app.netlify.com/sites/foyle/deploys/67440b24f7f43500094621b0 |
Deploy Preview | https://deploy-preview-349--foyle.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Thank you so much for this; one minor suggestion.
Thanks for pointing that out! I’ll update the code
Title
fix: Correct API endpoint and adjust localhost configuration (Resolves #346)
Description:
This pull request addresses the following issues related to the API call and local development setup: • API Endpoint Fix: Updated the endpoint path from foyle.logs.SessionsService/GetSession to api/GetSession for proper routing. • jq Syntax Correction: Added a period (.) after jq to ensure JSON output is parsed and displayed correctly. • Protocol Adjustment: Replaced https:// with http:// for localhost to avoid unnecessary SSL complications during local testing.
Before
After
Closes Issue: #346