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: articles/static-apps/local-development.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,8 +145,8 @@ let response = await fetch("/api/message");
145
145
146
146
Depending on whether or not your application is built with a JavaScript framework CLI, there are two ways to configure the path to the `api` route when running your application locally.
147
147
148
-
1. Environment configuration files (recommended for JavaScript frameworks and libraries)
149
-
1. Local proxy
148
+
- Environment configuration files (recommended for JavaScript frameworks and libraries)
0 commit comments