Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sualko/cloud_piwik.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 6a4e821..2fd1fa6 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -3,7 +3,8 @@
return [
'routes' => [
['name' => 'settings#index', 'url' => '/settings', 'verb' => 'GET'],
- ['name' => 'settings#update', 'url' => '/settings/{key}', 'verb' => 'PUT']
+ ['name' => 'settings#update', 'url' => '/settings/{key}', 'verb' => 'PUT'],
+ ['name' => 'JavaScript#tracking', 'url' => '/js/tracking.js', 'verb' => 'GET']
],
];
-?>
+?> \ No newline at end of file