unfollow-fix

This commit is contained in:
2025-05-31 17:18:31 +03:00
parent 90260534eb
commit 0140fcd522
8 changed files with 1088 additions and 39 deletions

View File

@@ -57,7 +57,7 @@ mkcert localhost
Then, run the server:
```shell
python -m granian main:app --interface asgi --host 0.0.0.0 --port 8000
python -m granian main:app --interface asgi
```
### Useful Commands