1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-09-01 01:16:59 +02:00

add App::configure() - allow to offload app configuration to different methods

This commit is contained in:
Nikolay Kim
2019-04-03 15:09:31 -07:00
parent dfa0abf5a5
commit 237bfba1ed
5 changed files with 241 additions and 4 deletions

View File

@@ -1,6 +1,10 @@
# Changes
## [1.0.0-alpha.3] - 2019-04-xx
## [1.0.0-alpha.4] - 2019-04-xx
### Added
* `App::configure()` allow to offload app configuration to different methods
### Changed