Skip to content
This repository has been archived by the owner on Nov 7, 2021. It is now read-only.

Commit

Permalink
Milestone commit
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpan05 committed Mar 1, 2020
1 parent a7f5111 commit bbd6701
Show file tree
Hide file tree
Showing 7 changed files with 357 additions and 7 deletions.
2 changes: 1 addition & 1 deletion server/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"python.pythonPath": "venv/bin/python3"
"python.pythonPath": "venv/bin/python"
}
Binary file added server/__pycache__/app.cpython-37.pyc
Binary file not shown.
Binary file added server/__pycache__/main.cpython-37.pyc
Binary file not shown.
2 changes: 0 additions & 2 deletions server/server.py → server/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ def get(package, version):
return make_response(jsonify(data[version]), 200)
except:
return make_response(jsonify({"failure": "failure"}), 500)

app.run()
Loading

0 comments on commit bbd6701

Please sign in to comment.