MCPcopy Create free account

hub / github.com/USTC-Hackergame/hackergame2020-writeups / endpoints

Endpoints16 in github.com/USTC-Hackergame/hackergame2020-writeups

Routecaptcha_bmp
app.route('/captcha.bmp', methods=['GET'])
official/证验码/src/app/main.py:None
Routecaptcha_shuffled_bmp
app.route('/captcha_shuffled.bmp', methods=['GET'])
official/证验码/src/app/main.py:None
Routedebug
app.post("/debug")
official/普通的身份认证器/src/main.py:None
Routegetflxg
app.route('/getflxg', methods=['GET'])
official/2048/src/app/main.py:None
Routeindex
app.route('/')
official/超基础的数理模拟器/src/simulator/app/main.py:None
Routeindex
app.route('/', methods=['GET'])
official/2048/src/app/main.py:None
Routeindex
app.route('/', methods=['GET'])
official/从零开始的记账工具人/src/app/main.py:None
Routeindex
app.get("/")
official/普通的身份认证器/src/main.py:None
Routelogin
app.route('/login')
official/超基础的数理模拟器/src/simulator/app/main.py:None
Routelogin_for_access_token
app.post("/token", response_model=Token)
official/普通的身份认证器/src/main.py:None
Routelogout
app.route('/logout')
official/超基础的数理模拟器/src/simulator/app/main.py:None
Routenormal_view
app.route('/', methods=['GET'])
official/证验码/src/app/main.py:None
Routeread_users_me
app.get("/profile", response_model=UserInDB)
official/普通的身份认证器/src/main.py:None
Routeresult
app.route('/result', methods=['GET'])
official/证验码/src/app/main.py:None
Routeshuffle_view
app.route('/shuffle', methods=['GET'])
official/证验码/src/app/main.py:None
Routesubmit
app.route('/submit', methods=['POST'])
official/超基础的数理模拟器/src/simulator/app/main.py:None