This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
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
Merge branch 'master' of
https://gitlink.org.cn/JointCloud/pcm-coordinator
pull/528/head
zhangwei
3 months ago
parent
91247cf0c6
c65d0059e4
commit
db6179e9ef
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