Update pixelfed.php

This commit is contained in:
Shlee 2020-02-16 13:08:20 +08:00 committed by GitHub
parent b9a66fed95
commit 03c90fd4de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ return [
|
*/
'nodeinfo' => [
'url' => config('app.url').'/'.'api/nodeinfo/2.0.json',
'url' => config('app.url').'/api/nodeinfo/2.0.json',
],
/*