mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
8 lines
128 B
PHP
8 lines
128 B
PHP
<?php
|
|
|
|
return [
|
|
'version' => '0.1.0',
|
|
'nodeinfo' => [
|
|
'url' => config('app.url') . '/' . 'api/nodeinfo/2.0.json'
|
|
],
|
|
]; |