From 0e52521a1b058ec19b69fd4d91baba6f848e795c Mon Sep 17 00:00:00 2001 From: Shlee Date: Sun, 16 Feb 2020 20:37:37 +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 a091d6cdd..d09e29052 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', ], /*