update readme with links to blueprint docs, remove from TODO list
This commit is contained in:
parent
b19452a1a7
commit
95124fc584
|
@ -40,6 +40,7 @@ app.run(host="0.0.0.0", port=8000)
|
||||||
* [Routing](docs/routing.md)
|
* [Routing](docs/routing.md)
|
||||||
* [Middleware](docs/middleware.md)
|
* [Middleware](docs/middleware.md)
|
||||||
* [Exceptions](docs/exceptions.md)
|
* [Exceptions](docs/exceptions.md)
|
||||||
|
* [Blueprints](docs/blueprints.md)
|
||||||
* [Contributing](docs/contributing.md)
|
* [Contributing](docs/contributing.md)
|
||||||
* [License](LICENSE)
|
* [License](LICENSE)
|
||||||
|
|
||||||
|
@ -48,7 +49,6 @@ app.run(host="0.0.0.0", port=8000)
|
||||||
* File output
|
* File output
|
||||||
* Examples of integrations with 3rd-party modules
|
* Examples of integrations with 3rd-party modules
|
||||||
* RESTful router
|
* RESTful router
|
||||||
* Blueprints?
|
|
||||||
|
|
||||||
## Limitations:
|
## Limitations:
|
||||||
* No wheels for uvloop and httptools on Windows :(
|
* No wheels for uvloop and httptools on Windows :(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user