Skip to content

Commit 71b6ea7

Browse files
kemister85Farzad Hayat
andauthored
Update modules/ROOT/pages/importword.adoc
Co-authored-by: Farzad Hayat <[email protected]>
1 parent 2d6486d commit 71b6ea7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/ROOT/pages/importword.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ tinymce.init({
5757
----
5858

5959
[IMPORTANT]
60-
The `importword_service_url` option automatically appends `/v2/convert/docx-html` to the URL provided, so only the base URL is required. For example, if the service is hosted at `http://localhost:8080/v2/convert/docx-html`, the `importword_service_url` option should be set to `http://localhost:8080/`. When using in production, ensure that the service_url is updated to the production URL such as `https://myserver.com/`.
60+
====
61+
The `importword_service_url` option automatically appends `/v2/convert/docx-html` to the URL provided, so only the base URL is required. For example, if the service is hosted at `http://localhost:8080/v2/convert/docx-html`, the `importword_service_url` option should be set to `http://localhost:8080/`. When using in production, ensure that the `importword_service_url` is updated to the production URL such as `https://myserver.com/`.
62+
====
6163

6264
== Options
6365

0 commit comments

Comments
 (0)