From b57abf3e87324d9f493222b511db894c9fc58d7f Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Thu, 4 Sep 2025 04:08:01 -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 f649b1e..93edad1 100644 --- a/src/app/views/Git.jsx +++ b/src/app/views/Git.jsx @@ -19,7 +19,7 @@ const Git = () => { } try { - const response = await axios.post('http://localhost:3000/create-repo', { + const response = await axios.post('https://www.phasecustomsoft.com/create-repo', { name: repoName, type: repoType, user: repoType === 'private' ? user : undefined, -- 2.43.0