Add marketplace

This commit is contained in:
Cametendo
2026-05-06 14:17:25 +02:00
parent deba81fadb
commit af21317040
20 changed files with 1286 additions and 25 deletions

View File

@@ -6,3 +6,9 @@ use CodeIgniter\Router\RouteCollection;
* @var RouteCollection $routes
*/
$routes->get('/', 'Home::index');
<<<<<<< Updated upstream
=======
$routes->get('/themes', 'ThemeStore::index');
$routes->post('/themes/upload', 'ThemeStore::upload');
$routes->get('/themes/preview/(:segment)', 'ThemeStore::preview/$1');
>>>>>>> Stashed changes