Try lower cased JSON

This commit is contained in:
2023-07-23 19:42:25 +10:00
parent 151bb253f7
commit ca45864b1a

View File

@@ -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" => [