From 03c90fd4dee5d557d1cbf1c703512e62381d6bb4 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sun, 16 Feb 2020 13:08:20 +0800 Subject: [PATCH] Update pixelfed.php --- config/pixelfed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pixelfed.php b/config/pixelfed.php index 3afe81799..215cc7a12 100644 --- a/config/pixelfed.php +++ b/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', ], /*