Skip to content

Commit 128f150

Browse files
CraigAllardycejdalrymple
authored andcommitted
fix: Typo in PagesDomains all() method (#162)
Updated URL to point to correct endpoint
1 parent 2cb0c0f commit 128f150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/PagesDomains.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class PagesDomains extends BaseService {
44
all({ projectId } = {}) {
55
const url = projectId ? `projects/${encodeURIComponent(projectId)}/` : '';
66

7-
return RequestHelper.get(this, `${url}page/domains`);
7+
return RequestHelper.get(this, `${url}pages/domains`);
88
}
99

1010
create(projectId, domain, options) {

0 commit comments

Comments
 (0)