diff --git a/example.py b/example.py index 0772753..8caa52b 100644 --- a/example.py +++ b/example.py @@ -224,8 +224,11 @@ def parse_categories(): def generate_config_json(): + + + return { - "media-endpoint": "/micropub/media", + "media-endpoint": request.base_url + "media", "syndicate-to": [ { "uid": "mastodon",