Skip to content

Commit 12f5666

Browse files
committed
resolving 404 issues
1 parent 26abacf commit 12f5666

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Client.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public function searchCompany(
142142
): Search|RequestException {
143143
return $this->search(
144144
query: $query,
145-
prefix: 'companies',
145+
prefix: '/companies',
146146
perPage: $perPage,
147147
startIndex: $startIndex,
148148
);
@@ -166,7 +166,7 @@ public function searchOfficers(
166166
): Search|RequestException {
167167
return $this->search(
168168
query: $query,
169-
prefix: 'officers',
169+
prefix: '/officers',
170170
perPage: $perPage,
171171
startIndex: $startIndex,
172172
);
@@ -190,7 +190,7 @@ public function searchDisqualifiedOfficers(
190190
): Search|RequestException {
191191
return $this->search(
192192
query: $query,
193-
prefix: 'disqualified-officers',
193+
prefix: '/disqualified-officers',
194194
perPage: $perPage,
195195
startIndex: $startIndex,
196196
);

0 commit comments

Comments
 (0)