Allow JSON requests to the micropub endpoint
This commit is contained in:
parent
50126828ff
commit
72e61032d8
4 changed files with 21 additions and 7 deletions
|
@ -14,7 +14,7 @@ class PlaceService
|
|||
* @param \Illuminate\Http\Request $request
|
||||
* @return \App\Place
|
||||
*/
|
||||
public function createplace(Request $request)
|
||||
public function createPlace(Request $request)
|
||||
{
|
||||
//we’ll either have latitude and longitude sent together in a
|
||||
//geo-url (micropub), or seperatley (/admin)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue