client brief - fil(s) upload working
This commit is contained in:
parent
769639b241
commit
6d43e3b8c7
5 changed files with 118 additions and 17 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue