Merge branch 'dev_trustie' into dev_chain
This commit is contained in:
commit
bf85203a25
|
@ -2,7 +2,7 @@ class SyncForgeController < ApplicationController
|
||||||
before_action :check_token
|
before_action :check_token
|
||||||
|
|
||||||
def create
|
def create
|
||||||
sync_params = params[:sync_params]
|
sync_params = params["sync_params"]
|
||||||
sync_params = eval(sync_params)
|
sync_params = eval(sync_params)
|
||||||
Rails.logger.info("========sync_params===#{sync_params}====")
|
Rails.logger.info("========sync_params===#{sync_params}====")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue