mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-03-29 00:18:13 +08:00
Fix Markdown comment in proxying docs (#6009)
This commit is contained in:
committed by
Ian Sutherland
parent
3d1c0eacea
commit
45bc6280d1
@@ -9,11 +9,9 @@ sidebar_label: Proxying in Development
|
||||
People often serve the front-end React app from the same host and port as their backend implementation.<br>
|
||||
For example, a production setup might look like this after the app is deployed:
|
||||
|
||||
```
|
||||
/ - static server returns index.html with React app
|
||||
/todos - static server returns index.html with React app
|
||||
/api/todos - server handles any /api/* requests using the backend implementation
|
||||
```
|
||||
/ - static server returns index.html with React app
|
||||
/todos - static server returns index.html with React app
|
||||
/api/todos - server handles any /api/* requests using the backend implementation
|
||||
|
||||
Such setup is **not** required. However, if you **do** have a setup like this, it is convenient to write requests like `fetch('/api/todos')` without worrying about redirecting them to another host or port during development.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user