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: README.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
@@ -25,7 +25,7 @@ The final Web Application is located in the `dist` directory.
25
25
26
26
Copy all the files from `dist` and paste it to your installed `AdabasRestAdministration/static` directory.
27
27
28
-
Browser the web application with url: http://127.0.0.1:<portnumber>/ and the Adabas REST server need to be online.
28
+
Browser the web application with url: `http://127.0.0.1:<port number>/` and the Adabas REST server need to be online.
29
29
30
30
31
31
## Usage
@@ -40,7 +40,7 @@ Beside the main topics above, a number of short data access example pages are in
40
40
41
41
Nearly all pages display the URL query call and the JSON response output in the corresponding `JSON response` tab.
42
42
43
-
A menu entry provides the Swagger API web page (http://127.0.0.1:<portnumber>/docs) of the Adabas REST server which can be used to get an overview of the available Adabas REST operations.
43
+
A menu entry provides the Swagger API web page (`http://127.0.0.1:<port number>/docs`) of the Adabas REST server which can be used to get an overview of the available Adabas REST operations.
0 commit comments