We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fddb95b commit 17fd7a4Copy full SHA for 17fd7a4
backend/api/app.py
@@ -169,7 +169,7 @@ def scan(anything):
169
170
@app.route('/download/app', methods=['GET'])
171
@app.route('/dowload/app/<string:anything>', methods=['GET'])
172
-def scan(anything):
+def download_app(anything):
173
return redirect("https://github.com/meet244/PicFolio", code=302)
174
175
if __name__ == '__main__':
0 commit comments