Try lower cased JSON
This commit is contained in:
@@ -8,7 +8,7 @@ module Adamantium
|
|||||||
def handle(req, res)
|
def handle(req, res)
|
||||||
if req.params[:q] == "config"
|
if req.params[:q] == "config"
|
||||||
res.status = 200
|
res.status = 200
|
||||||
res.content_type = "Application/JSON"
|
res.content_type = "application/json"
|
||||||
res.body = {
|
res.body = {
|
||||||
"media-endpoint" => settings.micropub_media_endpoint,
|
"media-endpoint" => settings.micropub_media_endpoint,
|
||||||
# "destination" => [
|
# "destination" => [
|
||||||
|
Reference in New Issue
Block a user