Skip to content

Commit 17fd7a4

Browse files
committed
Update app.py
1 parent fddb95b commit 17fd7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/api/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def scan(anything):
169169

170170
@app.route('/download/app', methods=['GET'])
171171
@app.route('/dowload/app/<string:anything>', methods=['GET'])
172-
def scan(anything):
172+
def download_app(anything):
173173
return redirect("https://github.com/meet244/PicFolio", code=302)
174174

175175
if __name__ == '__main__':

0 commit comments

Comments
 (0)