From: Michael Tremer Date: Fri, 15 Jul 2022 11:44:05 +0000 (+0000) Subject: hub: Update downloads URL X-Git-Tag: 0.9.28~717 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbc34079c3b193250dacf260cfee7252e14ea375;p=pakfire.git hub: Update downloads URL Signed-off-by: Michael Tremer --- diff --git a/src/pakfire/hub.py b/src/pakfire/hub.py index 76c07d3bc..d995bc722 100644 --- a/src/pakfire/hub.py +++ b/src/pakfire/hub.py @@ -188,7 +188,7 @@ class Hub(object): body_producer = functools.partial(self._stream_file, path, size, p) # Perform upload - response = await self._request("PUT", "/upload", + response = await self._request("PUT", "/uploads", body_producer=body_producer, filename=filename, size=size, digest=digest )