update media endpoint url
This commit is contained in:
parent
fe6b396dfa
commit
dc2268e825
|
@ -224,8 +224,11 @@ def parse_categories():
|
||||||
|
|
||||||
|
|
||||||
def generate_config_json():
|
def generate_config_json():
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
"media-endpoint": "/micropub/media",
|
"media-endpoint": request.base_url + "media",
|
||||||
"syndicate-to": [
|
"syndicate-to": [
|
||||||
{
|
{
|
||||||
"uid": "mastodon",
|
"uid": "mastodon",
|
||||||
|
|
Loading…
Reference in New Issue