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