From: charleswrayjr Date: Thu, 4 Sep 2025 09:21:08 +0000 (-0500) Subject: Fixing url. X-Git-Url: https://git.phasecustomsoft.com/static/git-logo.png?a=commitdiff_plain;h=cdb7c48830f547c03b07d0b673fb2cc2dbba6187;p=phs-home.git Fixing url. --- 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,