[chore] change user path

This commit is contained in:
SouthFox 2023-07-12 15:46:21 +08:00
parent 40fb36f240
commit e0a3faa29a

2
app.py
View file

@ -105,7 +105,7 @@ def wellknown_webfinger() -> Response:
return resp
@app.route(f"/meow/{config.USERNAME}")
@app.route(f"/user/{config.USERNAME}")
def locate_user() -> Response:
"""Return user ActivityPub response."""
resp = jsonify(ME)