Skip to content

Commit e44c6cc

Browse files
author
Logic
committed
undo addpath
1 parent 9cbca92 commit e44c6cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: backend/app.py

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ def adddata():
7575
def addpath():
7676
email = request.form['email']
7777
path = request.form['path']
78-
doc_name = request.form['doc_name']
7978

8079
user = user_db.find_one({'email': email})
8180
if user:

0 commit comments

Comments
 (0)