From 64ccbd24e692568a6b5862e2b3f8855188431c5a Mon Sep 17 00:00:00 2001 From: guange <8863824@gmail.com> Date: Mon, 6 Jan 2020 16:19:30 +0800 Subject: [PATCH] =?UTF-8?q?tpi=20active=E4=BC=A0=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/jupyters_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/jupyters_controller.rb b/app/controllers/jupyters_controller.rb index ecb411b36..81df43759 100644 --- a/app/controllers/jupyters_controller.rb +++ b/app/controllers/jupyters_controller.rb @@ -76,7 +76,7 @@ class JupytersController < ApplicationController def active_with_tpi myshixun = Myshixun.find_by(identifier: params[:identifier]) - jupyter_active_tpm(myshixun) + jupyter_active_tpi(myshixun) render json: {status: 0} end