From cdb7c48830f547c03b07d0b673fb2cc2dbba6187 Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Thu, 4 Sep 2025 04:21:08 -0500 Subject: [PATCH] Fixing url. --- src/app/views/Git.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/views/Git.jsx b/src/app/views/Git.jsx index 76d7edd..5d7f69c 100644 --- a/src/app/views/Git.jsx +++ b/src/app/views/Git.jsx @@ -20,7 +20,7 @@ const Git = () => { } try { - const response = await axios.post(`${base_url}/create-repo`, { + const response = await axios.post(`${base_url}git/create-repo`, { name: repoName, type: repoType, user: repoType === 'private' ? user : undefined, -- 2.43.0