Skip to content

Commit

Permalink
Merge pull request #55 from wp-media/develop
Browse files Browse the repository at this point in the history
Fix GODP API endpoint
  • Loading branch information
MathieuLamiot authored Nov 9, 2023
2 parents f3cdafd + 290a5ba commit 8f823d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/handlers/DeployHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down

0 comments on commit 8f823d9

Please sign in to comment.