From 4e8d946913165901f25bb79add011d3c2df19792 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 11 八月 2023 14:30:29 +0800 Subject: [PATCH] fix --- router/index.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/router/index.go b/router/index.go index 8d830e5..1b0ecd3 100644 --- a/router/index.go +++ b/router/index.go @@ -175,6 +175,7 @@ InitInvoiceStatusRouter(PrivateGroup) InitInvoiceTypeRouter(PrivateGroup) InitCourierCompanyRouter(PrivateGroup) + InitProductRouter(PrivateGroup) } return Router -- Gitblit v1.8.0