fix webapp url

This commit is contained in:
JzoNg
2024-03-14 12:22:08 +08:00
parent 9813609645
commit 277d21cccb
4 changed files with 26 additions and 16 deletions

View File

@ -17,7 +17,7 @@ Workflow applications offers non-session support and is ideal for translation, a
The Service API uses `API-Key` authentication.
<i>**Strongly recommend storing your API Key on the server-side, not shared or stored on the client-side, to avoid possible API-Key leakage that can lead to serious consequences.**</i>
For all API requests, include your API Key in the `Authorization`HTTP Header, as shown below:
For all API requests, include your API Key in the `Authorization` HTTP Header, as shown below:
<CodeGroup title="Code">
```javascript