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: docs/usage.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -399,4 +399,4 @@ And then use it:
399
399
}
400
400
```
401
401
402
-
In this case, the call will be made to a WebAPI server hosted at `http://localhost:5104/weather`. Remember that if this server is not hosting the webassembly itself, it needs to have a CORS policy configure to allow the webassembly host URL to access the API endpoint in the browser.
402
+
In this case, the call will be made to a WebAPI server hosted at `http://localhost:5104/weather`. Remember that if the WebAPI server is not hosting the webassembly itself, it needs to have a CORS policy configured to allow the webassembly origin to access the API endpoint from the browser.
0 commit comments