mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
7 lines
127 B
Ruby
7 lines
127 B
Ruby
class SyncForgeController < ApplicationController
|
|
|
|
def create
|
|
SyncForgeJob.perform_later(params[:sync_params])
|
|
end
|
|
|
|
end |