mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
这个版本适用educoder,不适用trustie
This commit is contained in:
7
app/controllers/sync_forge_controller.rb
Normal file
7
app/controllers/sync_forge_controller.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class SyncForgeController < ApplicationController
|
||||
|
||||
def create
|
||||
SyncForgeJob.perform_later(params[:sync_params])
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user