From c241184a706aa830e1d60e962089a332300f6637 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sun, 16 Feb 2020 19:36:12 +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 215cc7a12..3afe81799 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', ], /*