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

Rename RouterConfig to ServiceConfig

This commit is contained in:
Nikolay Kim
2019-04-15 07:32:49 -07:00
parent 1eebd47072
commit 09cdf1e302
11 changed files with 33 additions and 30 deletions

View File

@ -7,6 +7,10 @@
* Added helper functions for reading test response body,
`test::read_response()` and test::read_response_json()`
### Changed
* Rename `RouterConfig` to `ServiceConfig`
### Fixed
* Fixed `TestRequest::app_data()`