Skip to content

Commit

Permalink
set kghub api to https
Browse files Browse the repository at this point in the history
  • Loading branch information
mdkrol committed Nov 20, 2024
1 parent 7bfa860 commit 55fc6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from prefect.blocks.system import Secret

lizard_api = "https://weact.lizard.net/api/v4"
kghub_api = "http://kghub.caiag.kg/api"
kghub_api = "https://kghub.caiag.kg/api"


@task(retries=2)
Expand Down

0 comments on commit 55fc6c3

Please sign in to comment.