Updated README

This commit is contained in:
thomashii@dukefirehawk.com 2023-11-13 09:52:54 +08:00
parent a1c65849b9
commit 52c36cdcc2
2 changed files with 4 additions and 4 deletions

View file

@ -67,7 +67,7 @@ Additional parameters can be passed to the `Runner` class to:
1. Remove headers from HTTP response. 1. Remove headers from HTTP response.
2. Add headers to 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 ```dart

View file

@ -15,11 +15,11 @@ dependencies:
intl: ^0.18.0 intl: ^0.18.0
dev_dependencies: dev_dependencies:
lints: ^2.1.0 lints: ^2.1.0
dependency_overrides: #dependency_overrides:
# angel3_container: # angel3_container:
# path: ../container/angel_container # path: ../container/angel_container
angel3_framework: # angel3_framework:
path: ../framework # path: ../framework
# angel3_http_exception: # angel3_http_exception:
# path: ../http_exception # path: ../http_exception
# angel3_model: # angel3_model: