Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/USTC-Hackergame/hackergame2021-writeups
/ endpoints
Endpoints
19 in github.com/USTC-Hackergame/hackergame2021-writeups
⨍
Functions
1,129
◇
Types & classes
70
↳
Endpoints
19
Route
challenge
app.route('/challenge/<level>.bin')
official/超 OI 的 Writeup 模拟器/src/app/main.py:None
Route
checkout
app.route('/checkout')
official/FLAG 助力大红包/src/main.py:None
Route
exit
app.route("/logout")
official/FLAG 助力大红包/src/main.py:None
Route
help
app.route('/help')
official/FLAG 助力大红包/src/main.py:None
Route
index
app.route("/")
official/灯,等灯等灯/src/app/main.py:None
Route
index
app.route('/')
official/FLAG 助力大红包/src/main.py:None
Route
index
app.route('/')
official/超 OI 的 Writeup 模拟器/src/app/main.py:None
Route
index
app.route("/", methods=["GET", "POST"])
official/图之上的信息/src/app/app/views.py:None
Route
invite
app.route('/invite/<string:helplink>', methods=["GET","POST"])
official/FLAG 助力大红包/src/main.py:None
Route
login
app.route("/login")
official/灯,等灯等灯/src/app/main.py:None
Route
login
app.route('/api/login', methods=["POST"])
official/FLAG 助力大红包/src/main.py:None
Route
login
app.route('/login')
official/超 OI 的 Writeup 模拟器/src/app/main.py:None
Route
logout
app.route("/logout")
official/灯,等灯等灯/src/app/main.py:None
Route
logout
app.route('/logout')
official/超 OI 的 Writeup 模拟器/src/app/main.py:None
Route
logout
app.route("/logout", methods=["POST"])
official/图之上的信息/src/app/app/views.py:None
Route
no_graphiql
app.route("/graphiql", methods=["GET"])
official/图之上的信息/src/app/app/views.py:None
Route
notes
app.route("/notes", methods=["GET"])
official/图之上的信息/src/app/app/views.py:None
Route
submit
app.route("/submit", methods=["POST"])
official/灯,等灯等灯/src/app/main.py:None
Route
submit
app.route('/submit', methods=['POST'])
official/超 OI 的 Writeup 模拟器/src/app/main.py:None