1
0
mirror of https://github.com/tinode/chat.git synced 2025-03-15 18:53:05 +00:00

rename service and update readme

This commit is contained in:
or-else
2018-12-07 15:31:50 +03:00
parent 0829c658da
commit f75d97f622
2 changed files with 4 additions and 0 deletions

@ -6,3 +6,7 @@ The service uses [Flask](http://flask.pocoo.org/), so make sure it's installed:
``` ```
pip install flask pip install flask
``` ```
Run the service as
```
python auth.py
```