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

add get_cur_path

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -55,5 +55,5 @@ CREATE TABLE api_keys (
55
 
56
  @app.get("/cur_path")
57
  def cur_path():
58
- return "cur_path"
59
- # 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()}