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

index f649b1e53c9dc058c7d448f02a313c28d1995ee5..93edad1253c1d35d8395c4f38ff255c4ecf00fd9 100644 (file)
@@ -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,