Skip to content

Commit 7cc7444

Browse files
committed
Shorter base-uri
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
1 parent e67473d commit 7cc7444

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 = 'phplist';
14-
$base_uri = 'http://example.com/lists/base/public/api/v2';
14+
$base_uri = 'http://example.com/lists/api/v2';
1515

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

0 commit comments

Comments
 (0)