This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
JointCloud
/
pcm-coordinator
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
update create methods
pull/527/head
tzwang
1 year ago
parent
1ec0a6709a
commit
493cd14404
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
internal/handler/routes.go
+ 1
- 1
internal/handler/routes.go
View File
@@ -98,7 +98,7 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
{
// 创建算法
Method: http.MethodPost,
Path: "/ai/
C
reateAlgorithm",
Path: "/ai/
c
reateAlgorithm",
Handler: ai.CreateAlgorithmHandler(serverCtx),
},
{
Write
Preview
Loading…
Cancel
Save