最新的api路径
This commit is contained in:
@@ -14,12 +14,12 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
|
||||
[]rest.Route{
|
||||
{
|
||||
Method: http.MethodGet,
|
||||
Path: "/quotation/detail",
|
||||
Path: "/api/quotation/detail",
|
||||
Handler: QuotationDetailHandler(serverCtx),
|
||||
},
|
||||
{
|
||||
Method: http.MethodPost,
|
||||
Path: "/backend-user/login",
|
||||
Path: "/api/backend-user/login",
|
||||
Handler: BackendUserLoginHandler(serverCtx),
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user