parent
78902e0502
commit
a5f0581535
@ -0,0 +1,17 @@ |
||||
<?php |
||||
// SPDX-License-Identifier: EUPL-1.2 |
||||
// Authors: see README.md |
||||
|
||||
namespace SeaCMS\Api; |
||||
|
||||
/** |
||||
* Response for http response |
||||
*/ |
||||
interface ApiAware |
||||
{ |
||||
/** |
||||
* return api routes |
||||
* @return array |
||||
*/ |
||||
public function registerOnPageRenderedApiRoutes():array; |
||||
} |
Loading…
Reference in new issue