Browse Source

Update pixelfed.php

Shlee 5 năm trước cách đây
mục cha
commit
c241184a70
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      config/pixelfed.php

+ 1 - 1
config/pixelfed.php

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