fix comments
This commit is contained in:
parent
d6a351610b
commit
885a061170
1 changed files with 2 additions and 1 deletions
|
@ -145,7 +145,8 @@ class MicropubController extends Controller
|
||||||
'places' => $places,
|
'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') {
|
if ($request->input('q') == 'config') {
|
||||||
return response()->json([
|
return response()->json([
|
||||||
'syndicate-to' => config('syndication.targets'),
|
'syndicate-to' => config('syndication.targets'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue