Skip to content

Commit 7ae25d7

Browse files
authored
Merge pull request #2 from phpList/base-url
Shorter base-uri
2 parents e67473d + 7cc7444 commit 7ae25d7

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)