From 290a5bada6b840db7a71b0fc7bf42ecfaaa2410f Mon Sep 17 00:00:00 2001 From: Mathieu Lamiot Date: Thu, 9 Nov 2023 12:56:39 +0100 Subject: [PATCH] Fix GODP API endpoint --- sources/handlers/DeployHandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/handlers/DeployHandler.py b/sources/handlers/DeployHandler.py index 76bdd29..7f590f4 100644 --- a/sources/handlers/DeployHandler.py +++ b/sources/handlers/DeployHandler.py @@ -19,7 +19,7 @@ def __init__(self): The handler instanciates the objects it needed to complete the processing of the request. """ self.__godp_token = None - self.godp_deploy_url = "https://godp.wp-media.me//v1/deploy" + self.godp_deploy_url = "https://godp.wp-media.me/v1/deploy" def _get_godp_token(self, app_context): """