Skip to content

Commit

Permalink
story PoC #376
Browse files Browse the repository at this point in the history
  • Loading branch information
Rello committed Oct 31, 2023
1 parent 87eda56 commit 2bb4e5a
Show file tree
Hide file tree
Showing 6 changed files with 1,569 additions and 0 deletions.
1 change: 1 addition & 0 deletions appinfo/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
'routes' => [
['name' => 'page#index', 'url' => '/', 'verb' => 'GET'],
['name' => 'page#advanced', 'url' => '/a/', 'verb' => 'GET'],
['name' => 'page#story', 'url' => '/s/', 'verb' => 'GET'],
['name' => 'page#indexPublic', 'url' => '/p/{token}', 'verb' => 'GET'],
['name' => 'page#indexPublicMin', 'url' => '/pm/{token}', 'verb' => 'GET'],
['name' => 'page#authenticatePassword', 'url' => '/p/{token}', 'verb' => 'POST'],
Expand Down
Loading

0 comments on commit 2bb4e5a

Please sign in to comment.