From 57d9b1b332623cf8a77a499adbe16bb5ad3888e1 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 15 Nov 2020 11:48:23 +0000 Subject: fix directory post url --- Zotlabs/Daemon/Directory.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Zotlabs') diff --git a/Zotlabs/Daemon/Directory.php b/Zotlabs/Daemon/Directory.php index c698995c2..ab58432de 100644 --- a/Zotlabs/Daemon/Directory.php +++ b/Zotlabs/Daemon/Directory.php @@ -58,7 +58,8 @@ class Directory { // otherwise send the changes upstream $directory = Libzotdir::find_upstream_directory($dirmode); - $url = $directory['url'] . '/post'; + + $url = $directory['url'] . '/zot'; // ensure the upstream directory is updated -- cgit v1.2.3