removed "v1" from api_root
This commit is contained in:
parent
38544f3357
commit
b701f6c61b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ backend:
|
|||
name: gitea
|
||||
repo: maximeg/palettetest # Path to your Gitea repository
|
||||
app_id: bfbd2107-f7a5-42be-8901-589294019980 # The Client ID provided by Gitea
|
||||
api_root: https://git.deuxfleurs.fr/api/v1 # API URL of your Gitea instance
|
||||
api_root: https://git.deuxfleurs.fr/api # API URL of your Gitea instance
|
||||
base_url: https://git.deuxfleurs.fr # Root URL of your Gitea instance
|
||||
# optional, defaults to main
|
||||
# branch: main
|
||||
|
|
Loading…
Reference in a new issue