Skip to content

Commit

Permalink
Merge pull request jhao104#438 from jhao104/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jhao104 authored Apr 8, 2020
2 parents 7ba6e45 + 35a14b9 commit 108d12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Api/ProxyApi.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def refresh():
@app.route('/get_all/')
def getAll():
proxies = ProxyManager().getAll()
return [_.info_dict for _ in proxies]
return jsonify([_.info_dict for _ in proxies])


@app.route('/delete/', methods=['GET'])
Expand Down

0 comments on commit 108d12e

Please sign in to comment.