Merge branch 'fix/sv-authorSortingBy' of https://dev.dscrs.site/discours.io/core into feature/auth-internal
All checks were successful
Deploy on push / deploy (push) Successful in 6s

This commit is contained in:
2025-05-26 12:42:47 +03:00
2 changed files with 84 additions and 8 deletions

View File

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