Skip to content

Commit

Permalink
Issue #5 by gkapoor121212: Add an API access endpoint for the the app…
Browse files Browse the repository at this point in the history
…lication to fetch data from remote websites.
  • Loading branch information
gkapoor121212 committed Dec 10, 2021
1 parent 399dd7e commit 9105d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/rest/resource/WebsiteInformationResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function post($data) {
*/
public function getHttpData($url, $token, $information) {
try {
$response = $this->httpClient->post($url . 'website-information', [
$response = $this->httpClient->post($url . '/sitedash-connector/website-information', [
'json' => [
'token' => $token,
'information' => $information,
Expand Down

0 comments on commit 9105d4b

Please sign in to comment.