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

View File

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