From 885a061170638adca1ee4cbed4f25ddc45cf49c0 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 9 Dec 2016 21:41:37 +0000 Subject: [PATCH] fix comments --- app/Http/Controllers/MicropubController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Http/Controllers/MicropubController.php b/app/Http/Controllers/MicropubController.php index 411580d9..10e96ef4 100644 --- a/app/Http/Controllers/MicropubController.php +++ b/app/Http/Controllers/MicropubController.php @@ -145,7 +145,8 @@ class MicropubController extends Controller 'places' => $places, ]); } - //nope, ho about a config query? + //nope, how about a config query? + //this should have a media endpoint as well at some point if ($request->input('q') == 'config') { return response()->json([ 'syndicate-to' => config('syndication.targets'),