mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-01-25 18:26:34 +00:00
Fix Gitea moving
This commit is contained in:
parent
6bbceca917
commit
582e38452d
|
@ -27,4 +27,4 @@ async def get_token_header(
|
||||||
|
|
||||||
def get_api_version() -> str:
|
def get_api_version() -> str:
|
||||||
"""Get API version"""
|
"""Get API version"""
|
||||||
return "2.0.6"
|
return "2.0.7"
|
||||||
|
|
|
@ -159,7 +159,7 @@ class Gitea(Service):
|
||||||
owner="gitea",
|
owner="gitea",
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
"bitwarden",
|
"gitea",
|
||||||
)
|
)
|
||||||
|
|
||||||
return job
|
return job
|
||||||
|
|
Loading…
Reference in a new issue