From b1e8e1f680cb3ce3032f1a97b6a6d2e76465ef1d Mon Sep 17 00:00:00 2001 From: maxime-cool Date: Tue, 16 Jan 2024 14:54:59 +0100 Subject: [PATCH] changed api_root --- static/admin/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/admin/config.yml b/static/admin/config.yml index 84696a6..9a40267 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -2,7 +2,7 @@ backend: name: test-repo #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 # API URL of your Gitea instance + api_root: https://git.deuxfleurs.fr/api/v1 # API URL of your Gitea instance base_url: https://git.deuxfleurs.fr # Root URL of your Gitea instance # optional, defaults to main # branch: main