This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
add page_migrate response
pull/338/head
呱呱呱
2 years ago
parent
a286d97fca
commit
f7e1487c10
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
app/controllers/projects_controller.rb
+ 4
- 1
app/controllers/projects_controller.rb
View File
@@ -127,7 +127,10 @@ class ProjectsController < ApplicationController
page = Page.new page_site_params
page.user = current_user
page.project = @project
page.save
end
if page.save
render json: page
end
rescue Exception => e
uid_logger_error(e.message)
Write
Preview
Loading…
Cancel
Save