1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

add default handler

This commit is contained in:
Nikolay Kim
2019-03-31 18:19:18 -07:00
parent e4b3f79458
commit ab45974e35
4 changed files with 171 additions and 76 deletions

View File

@ -1,5 +1,10 @@
# Changes
## [0.1.0-alpha.2] - 2019-04-xx
* Add default handler support
## [0.1.0-alpha.1] - 2019-03-28
* Initial impl