tanbushi commited on
Commit
a973d76
·
1 Parent(s): e77218b

add get_cur_path

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -55,4 +55,5 @@ CREATE TABLE api_keys (
55
 
56
  @app.get("/cur_path")
57
  def cur_path():
58
- return {"cur_path": os.getcwd()}
 
 
55
 
56
  @app.get("/cur_path")
57
  def cur_path():
58
+ return "cur_path"
59
+ # return {"cur_path": os.getcwd()}