]> PHS Git Server - phs-home.git/commitdiff
Fixing url.
authorcharleswrayjr <charleswrayjr@gmail.com>
Thu, 4 Sep 2025 09:21:08 +0000 (04:21 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Thu, 4 Sep 2025 09:21:08 +0000 (04:21 -0500)
src/app/views/Git.jsx

index 76d7edd3b083696ade426c10c0746449c2af9f0a..5d7f69c7632be42bd5cf85845382f1dc90194dd9 100644 (file)
@@ -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,