Updated README
This commit is contained in:
parent
a1c65849b9
commit
52c36cdcc2
2 changed files with 4 additions and 4 deletions
|
@ -67,7 +67,7 @@ Additional parameters can be passed to the `Runner` class to:
|
|||
1. Remove headers from HTTP response.
|
||||
2. Add headers to HTTP response.
|
||||
|
||||
For example, the following code snippet removes `X-FRAME-OPTIONS` and adds `X-XSRF_TOKEN` to the response header.
|
||||
For example, the following code snippet removes `X-FRAME-OPTIONS` and adds `X-XSRF-TOKEN` to the response header.
|
||||
|
||||
```dart
|
||||
|
||||
|
|
|
@ -15,11 +15,11 @@ dependencies:
|
|||
intl: ^0.18.0
|
||||
dev_dependencies:
|
||||
lints: ^2.1.0
|
||||
dependency_overrides:
|
||||
#dependency_overrides:
|
||||
# angel3_container:
|
||||
# path: ../container/angel_container
|
||||
angel3_framework:
|
||||
path: ../framework
|
||||
# angel3_framework:
|
||||
# path: ../framework
|
||||
# angel3_http_exception:
|
||||
# path: ../http_exception
|
||||
# angel3_model:
|
||||
|
|
Loading…
Reference in a new issue