Skip to content

Tags: alphayax/microservices-demo

Tags

2.0.1

Toggle 2.0.1's commit message
Update logging routes in services

The commit updates the routes logged by the gin.DefaultWriter in the article-service and the cart-service. Previously, logs were generated for all routes except for the "/healthz" route. Now, logs will be generated for all routes except both the root ("/") and the "/healthz" routes.

2.0.0

Toggle 2.0.0's commit message
CartService: Add health check endpoint and update routes

Added a new HealthZ endpoint in the Cart Service that responds to HTTP GET requests with a 200 status. Also restructured the existing routes for clarity and better organization, prefixing all cart-related endpoints with '/cart'. Finally, updated the .http file to reflect these changes.

1.0.2

Toggle 1.0.2's commit message
frontend-admin: change baseUrl (remove /admin)

1.0.1

Toggle 1.0.1's commit message
cart-service: Fix expose in dockerfile (8081 instead of 8080)

1.0.0

Toggle 1.0.0's commit message
Fix docker build (tag version)