Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheKicker/Harvard-CS50
/ endpoints
Endpoints
15 in github.com/TheKicker/Harvard-CS50
⨍
Functions
97
◇
Types & classes
5
↳
Endpoints
15
Route
about
app.route('/about.html')
week-9/2-parameters/app.py:None
Route
about
app.route('/about.html')
week-9/1-hello/app.py:None
Route
buy
app.route("/buy", methods=["GET", "POST"])
week-9/finance/app.py:None
Route
greet
app.route('/greet')
week-9/3-greet/app.py:None
Route
history
app.route("/history")
week-9/finance/app.py:None
Route
index
app.route('/')
week-9/2-parameters/app.py:None
Route
index
app.route('/')
week-9/3-greet/app.py:None
Route
index
app.route("/")
week-9/finance/app.py:None
Route
index
app.route('/')
week-9/1-hello/app.py:None
Route
index
app.route("/", methods=["GET", "POST"])
week-9/birthdays/app.py:None
Route
login
app.route("/login", methods=["GET", "POST"])
week-9/finance/app.py:None
Route
logout
app.route("/logout")
week-9/finance/app.py:None
Route
quote
app.route("/quote", methods=["GET", "POST"])
week-9/finance/app.py:None
Route
register
app.route("/register", methods=["GET", "POST"])
week-9/finance/app.py:None
Route
sell
app.route("/sell", methods=["GET", "POST"])
week-9/finance/app.py:None