9 lines
129 B
PHP
9 lines
129 B
PHP
<?php
|
|
|
|
Kirby::plugin('kangaroopunch/kangaworld-integration', [
|
|
|
|
'api' => require __DIR__ . '/features/api.php'
|
|
|
|
]);
|
|
|
|
?>
|