From 52c36cdcc2f9aad21954844253e4f29d75e50309 Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Mon, 13 Nov 2023 09:52:54 +0800 Subject: [PATCH] Updated README --- packages/production/README.md | 2 +- packages/production/pubspec.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/production/README.md b/packages/production/README.md index b797ddea..097dfca6 100644 --- a/packages/production/README.md +++ b/packages/production/README.md @@ -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 diff --git a/packages/production/pubspec.yaml b/packages/production/pubspec.yaml index 94c6b2ec..5884daf8 100644 --- a/packages/production/pubspec.yaml +++ b/packages/production/pubspec.yaml @@ -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: