mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-13 01:54:30 +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'
|
||
|
],
|
||
|
];
|