Selaa lähdekoodia

Merge pull request #2025 from shleeable/patch-2

Update pixelfed.php - concatenate fix
daniel 5 vuotta sitten
vanhempi
commit
cd34438405
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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',
     ],
 
     /*