From f1fbbbf99f7fa820f51cb47aee4df7e7cf3df6f0 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期一, 10 七月 2023 19:43:57 +0800 Subject: [PATCH] add --- router/index.go | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/router/index.go b/router/index.go index d9f823d..be18007 100644 --- a/router/index.go +++ b/router/index.go @@ -37,6 +37,7 @@ RegularCustomersRouter PossibilityRouter StatusRouter + QuotationRouter } func InitRouter() *gin.Engine { @@ -91,6 +92,7 @@ routerGroup.InitRegularCustomersRouter(PrivateGroup) // 娉ㄥ唽regularCustomers璺敱 routerGroup.InitPossibilityRouter(PrivateGroup) // 娉ㄥ唽possibility璺敱 routerGroup.InitStatusRouter(PrivateGroup) // 娉ㄥ唽status璺敱 + routerGroup.InitQuotationRouter(PrivateGroup) // 娉ㄥ唽quotation璺敱 } return Router } -- Gitblit v1.8.0