Skip to content

Commit 7d83b6c

Browse files
committed
changed url
Signed-off-by: Xheni Myrtaj <[email protected]>
1 parent 4e16595 commit 7d83b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RESTAPIphpListClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//Please replace the following values with yours.
1212
$loginname = 'admin';
1313
$password = 'admin1234';
14-
$base_uri = 'http://10.211.55.4:1994/app.php/api/v2';
14+
$base_uri = 'http://10.211.55.4:81/lists/base/public/api/v2';
1515

1616
try {
1717
$response = $client->request('POST', $base_uri . '/sessions', [

0 commit comments

Comments
 (0)