From 30ecf91d875042d461457cdade7b55113a8ec4ab Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期三, 09 八月 2023 14:30:59 +0800 Subject: [PATCH] Merge branch 'master' into fly --- 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