forked from JointCloud/pcm-coordinator
Merge branch 'master' of https://gitlink.org.cn/JointCloud/pcm-coordinator
This commit is contained in:
commit
db6179e9ef
|
@ -98,7 +98,7 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
|
||||||
{
|
{
|
||||||
// 创建算法
|
// 创建算法
|
||||||
Method: http.MethodPost,
|
Method: http.MethodPost,
|
||||||
Path: "/ai/CreateAlgorithm",
|
Path: "/ai/createAlgorithm",
|
||||||
Handler: ai.CreateAlgorithmHandler(serverCtx),
|
Handler: ai.CreateAlgorithmHandler(serverCtx),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue