mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-01-11 10:29:30 +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:
|
||||
"""Get API version"""
|
||||
return "2.0.6"
|
||||
return "2.0.7"
|
||||
|
|
|
@ -159,7 +159,7 @@ class Gitea(Service):
|
|||
owner="gitea",
|
||||
),
|
||||
],
|
||||
"bitwarden",
|
||||
"gitea",
|
||||
)
|
||||
|
||||
return job
|
||||
|
|
Loading…
Reference in a new issue