You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: template/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1118,7 +1118,7 @@ We don’t recommend this approach.
1118
1118
1119
1119
If the `proxy` option is **not** flexible enough for you, you can get direct access to the Express app instance and hook up your own proxy middleware.
1120
1120
1121
-
You can use this feature in conjunction with the `proxy` property in `package.json`, but it is recommended you consolidate all of your logic into `src/setupTests.js`.
1121
+
You can use this feature in conjunction with the `proxy` property in `package.json`, but it is recommended you consolidate all of your logic into `src/setupProxy.js`.
1122
1122
1123
1123
First, install `http-proxy-middleware` using npm or Yarn:
0 commit comments