Skip to content

Commit

Permalink
Update to allow POST requests
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterPhilip committed Feb 25, 2023
1 parent 6fac757 commit 33e9a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/providers/PiwikPRO.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class PiwikPROProvider extends BaseProvider {
constructor() {
super();
this._key = "PIWIKPRO";
this._pattern = /\/ppms\.php\?/;
this._pattern = /\/ppms\.php/;
this._name = "Piwik PRO";
this._type = "analytics";
this._keywords = ["piwikpro", "matomo"];
Expand Down Expand Up @@ -691,4 +691,4 @@ class PiwikPROProvider extends BaseProvider {

return results;
}
}
}

0 comments on commit 33e9a46

Please sign in to comment.