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