forked from JointCloud/pcm-coordinator
Compare commits
3 Commits
91247cf0c6
...
db6179e9ef
Author | SHA1 | Date |
---|---|---|
|
db6179e9ef | |
|
c65d0059e4 | |
|
493cd14404 |
|
@ -98,7 +98,7 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
|
|||
{
|
||||
// 创建算法
|
||||
Method: http.MethodPost,
|
||||
Path: "/ai/CreateAlgorithm",
|
||||
Path: "/ai/createAlgorithm",
|
||||
Handler: ai.CreateAlgorithmHandler(serverCtx),
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue