1
0
Fork 0

Move mod/editpost.php to src\Module\Post\Edit

This commit is contained in:
Philipp Holzer 2022-11-15 22:26:52 +01:00
commit 00883c9dcb
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
6 changed files with 238 additions and 175 deletions

View file

@ -552,6 +552,7 @@ return [
'/ping' => [Module\Notifications\Ping::class, [R::GET]],
'/post' => [
'/{post_id}/edit' => [Module\Post\Edit::class, [R::GET ]],
'/{post_id}/share' => [Module\Post\Share::class, [R::GET ]],
'/{item_id}/tag/add' => [Module\Post\Tag\Add::class, [ R::POST]],
'/{item_id}/tag/remove[/{tag_name}]' => [Module\Post\Tag\Remove::class, [R::GET, R::POST]],