client brief - fil(s) upload working

This commit is contained in:
isUnknown 2024-09-27 15:47:44 +02:00
parent 769639b241
commit 6d43e3b8c7
5 changed files with 118 additions and 17 deletions

View file

@ -21,6 +21,7 @@ return [
'routes' => [
require(__DIR__ . '/routes/logout.php'),
require(__DIR__ . '/routes/toggle-favorite.php'),
require(__DIR__ . '/routes/upload.php')
],
'hooks' => [
'page.create:after' => require_once(__DIR__ . '/hooks/create-steps.php'),