mirror of
https://github.com/mivodev/mivo.git
synced 2026-01-26 05:25:42 +07:00
chore: bump version to v1.2.1
This commit is contained in:
@@ -39,6 +39,10 @@ $router->group(['middleware' => 'router.valid'], function($router) {
|
||||
// Temporary Test Route
|
||||
$router->get('/test-alert', [HomeController::class, 'testAlert']);
|
||||
|
||||
// Plugin Language Route - DEPRECATED
|
||||
// Plugins now handle their own routing via Hooks::addAction('router_init')
|
||||
|
||||
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// Protected Admin Routes (Requires Auth)
|
||||
|
||||
Reference in New Issue
Block a user