Skip to content

Commit e837f8e

Browse files
committed
fixed typos
1 parent 7339635 commit e837f8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fri/server/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ def getFilesList(dir):
171171
return res2
172172

173173

174-
@app.route('/openJupyterLab/', methods=['POST'])
175-
def openJupyterLab():
174+
@app.route('/openJupyter/', methods=['POST'])
175+
def openJupyter():
176176
cur_path = os.getcwd()
177177
concore_path = os.path.abspath(os.path.join(cur_path, '../../'))
178178
p = call(["jupyter", "lab"], cwd=concore_path)

0 commit comments

Comments
 (0)