Adding usernotes.

This commit is contained in:
Michael House 2022-05-16 11:53:24 -05:00 committed by GitHub
parent 957edab4dc
commit 19903cccb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 484 additions and 10 deletions

View file

@ -71,16 +71,6 @@ def leaderboard_thread():
gevent.spawn(leaderboard_thread())
@app.get("/@<username>/upvoters/<uid>/posts")
@auth_required
def upvoters_posts(v, username, uid):