Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
meet244 committed Apr 12, 2024
1 parent fddb95b commit 17fd7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def scan(anything):

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

if __name__ == '__main__':
Expand Down

0 comments on commit 17fd7a4

Please sign in to comment.