feat: remove shipping settings, use shipping templates for cart calculation
Build and Push Docker Image / build-and-push (push) Successful in 1m0s
Build and Push Docker Image / deploy (push) Successful in 7s

This commit is contained in:
nuyue
2026-07-12 20:01:03 +08:00
parent d7716b463b
commit bdefa34d41
6 changed files with 112 additions and 14 deletions
+1
View File
@@ -72,6 +72,7 @@ func SetupRoutes(r *gin.Engine) {
api.GET("/settings/public", systemHandler.GetPublicSettings)
api.GET("/payment-channels", paymentChannelHandler.PublicList)
api.POST("/payment/bepusdt/notify", paymentHandler.BepUsdtNotify)
api.POST("/shipping/calculate", shippingTemplateHandler.CalculateForUser)
authed := api.Group("")
authed.Use(middlewares.AuthMiddleware())