WikiPages controls

This commit is contained in:
2022-04-13 22:54:23 +00:00
parent 7365248bf3
commit dc745e91da
9 changed files with 99 additions and 81 deletions

View File

@ -9,7 +9,8 @@
*/
return [
'resources' => [
'wiki' => ['url' => '/wikis']
'wiki' => ['url' => '/wikis'],
'wikiPage' => ['url' => '/wiki/{wikiId}']
],
'routes' => [
['name' => 'page#index', 'url' => '/', 'verb' => 'GET'],