Skip to content

Commit

Permalink
impliment new method for forms endpoint when requesting forms #5
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Pollock committed Jul 9, 2018
1 parent 8241e88 commit 6eb04c1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
37 changes: 18 additions & 19 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/FormsClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class FormsClient extends WpClient {
return this.reqGet({
page:page,
_wpnonce:this.nonce
});
},this.getFormsEndpoint());
}

/**
Expand Down

0 comments on commit 6eb04c1

Please sign in to comment.