fix(registerApiRoutes): new name
This commit is contained in:
parent
cd549bf1db
commit
3b22e9c026
@ -20,7 +20,7 @@ class SeacmsAppPlugin extends AbstractPicoPlugin implements ApiAware
|
||||
* return api routes
|
||||
* @return array
|
||||
*/
|
||||
public function registerOnPageRenderedApiRoutes():array
|
||||
public function registerApiRoutes():array
|
||||
{
|
||||
return [
|
||||
'pages/(.*)/create' => 'createPage', // TODO only define for POST
|
||||
|
Loading…
x
Reference in New Issue
Block a user