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