This commit is contained in:
Channel Cat 2016-10-14 05:01:18 -07:00
parent 79593574a6
commit 91a780230e

View File

@ -21,5 +21,5 @@ app.run(host="0.0.0.0", port=8000, debug=True)
* Run `python3 main.py` * Run `python3 main.py`
You now have a working sanic server! To continue on, check out: You now have a working sanic server! To continue on, check out:
* [Request Data](docs/request_data.md) * [Request Data](request_data.md)
* [Routing](docs/routing.md) * [Routing](routing.md)