add route for admin texts view
This commit is contained in:
parent
52a68319da
commit
019f3a61e1
1 changed files with 1 additions and 0 deletions
|
|
@ -12,5 +12,6 @@ $app = Bridge::create($container);
|
|||
$app->addErrorMiddleware(true, true, true);
|
||||
|
||||
$app->get('/admin', [ViewController::class, 'admin']);
|
||||
$app->get('/admin/texts', [ViewController::class, 'texts']);
|
||||
|
||||
return $app;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue