Skip to content

Commit

Permalink
chore: remove trailing slash of mtmtrpr
Browse files Browse the repository at this point in the history
  • Loading branch information
tinect authored Apr 22, 2024
1 parent 07fee7e commit 5622396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinect/matomo",
"version": "4.0.1",
"version": "4.0.2",
"description": "Matomo plugin for shopware 6",
"type": "shopware-platform-plugin",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/Storefront/Controller/ProxyController.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function __construct(
/**
* Inspired by https://arnowelzel.de/samples/piwik-tracker-proxy.txt
*/
#[Route(path: '/mtmtrpr/', name: 'frontend.matomo.proxy', defaults: ['XmlHttpRequest' => true], methods: ['GET','POST'])]
#[Route(path: '/mtmtrpr', name: 'frontend.matomo.proxy', defaults: ['XmlHttpRequest' => true], methods: ['GET','POST'])]
public function matomoProxy(Request $request): Response
{
$response = new Response();
Expand Down

0 comments on commit 5622396

Please sign in to comment.