update create methods

This commit is contained in:
tzwang 2025-07-24 15:29:33 +08:00
parent 1ec0a6709a
commit 493cd14404
1 changed files with 1 additions and 1 deletions

View File

@ -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),
},
{