-
Notifications
You must be signed in to change notification settings - Fork 2
add a support email #62
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
Conversation
❌ Infrastructure Flags Check FailedThe deployment to sandbox is blocked due to missing infrastructure flags. Missing Flags
Current Status
Next Steps
|
|
🚀 New Environment Deployed ✅ Your Tony's Chips application has been deployed and will be ready for testing in a few minutes! Environment Details:
Quick Links:
Testing the Environment: # Access the web application
open http://98.92.235.8:8080
# Test API endpoints
curl http://98.92.235.8:8080/api/health
curl http://98.92.235.8:8080/api/products
# Test the full application flow
curl -X POST http://98.92.235.8:8080/api/cart \
-H "Content-Type: application/json" \
-d '{"productId": 1, "quantity": 2}'
|
c776d89 to
231df6c
Compare
231df6c to
d9e37a3
Compare
Adds a support email address
d9e37a3 to
649b6c2
Compare
|
Closing to tidy up infra |
Adds a support email address