[chore] change user path
This commit is contained in:
parent
40fb36f240
commit
e0a3faa29a
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue