Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catatsuy/private-isu
/ endpoints
Endpoints
15 in github.com/catatsuy/private-isu
⨍
Functions
209
◇
Types & classes
43
↳
Endpoints
15
Route
get_banned
app.route("/admin/banned")
webapp/python/app.py:None
Route
get_image
app.route("/image/<id>.<ext>")
webapp/python/app.py:None
Route
get_index
app.route("/")
webapp/python/app.py:None
Route
get_initialize
app.route("/initialize")
webapp/python/app.py:None
Route
get_login
app.route("/login")
webapp/python/app.py:None
Route
get_logout
app.route("/logout")
webapp/python/app.py:None
Route
get_posts
app.route("/posts")
webapp/python/app.py:None
Route
get_posts_id
app.route("/posts/<id>")
webapp/python/app.py:None
Route
get_register
app.route("/register")
webapp/python/app.py:None
Route
get_user_list
app.route("/@<account_name>")
webapp/python/app.py:None
Route
post_banned
app.route("/admin/banned", methods=["POST"])
webapp/python/app.py:None
Route
post_comment
app.route("/comment", methods=["POST"])
webapp/python/app.py:None
Route
post_index
app.route("/", methods=["POST"])
webapp/python/app.py:None
Route
post_login
app.route("/login", methods=["POST"])
webapp/python/app.py:None
Route
post_register
app.route("/register", methods=["POST"])
webapp/python/app.py:None