Skip to content

Commit

Permalink
tec: Remove the old versions of the addon
Browse files Browse the repository at this point in the history
  • Loading branch information
marienfressinaud committed Apr 19, 2024
1 parent eb6dca5 commit cf2392a
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 67 deletions.
Binary file removed public/addons/flusio-browser-0.3.xpi
Binary file not shown.
Binary file removed public/addons/flusio-browser-0.4.xpi
Binary file not shown.
Binary file removed public/addons/flusio-browser-0.5.xpi
Binary file not shown.
3 changes: 0 additions & 3 deletions src/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ public static function loadApp(): \Minz\Router
$router->addRoute('GET', '/sitemap.xml', 'Home#sitemap', 'sitemap.xml');
$router->addRoute('GET', '/.well-known/security.txt', 'Home#securityTxt', 'security.txt');

$router->addRoute('GET', '/addons/updates.json', 'Addons#geckoUpdate');
$router->addRoute('GET', '/addons/gecko/latest', 'Addons#geckoLatest');

$router->addRoute('GET', '/account', 'Accounts#show', 'account');
$router->addRoute('GET', '/account/login', 'Accounts#login', 'account login');
$router->addRoute('POST', '/account/logout', 'Accounts#logout', 'account logout');
Expand Down
40 changes: 0 additions & 40 deletions src/controllers/Addons.php

This file was deleted.

24 changes: 0 additions & 24 deletions src/views/addons/gecko_update.json

This file was deleted.

0 comments on commit cf2392a

Please sign in to comment.