Skip to content

Commit 7bacf9b

Browse files
authored
Update app.js
1 parent b0d9bcb commit 7bacf9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ app.post('/clone-repo', (req, res) => {
6262
console.log(`Repository cloned successfully to ${repoPath}`);
6363

6464
// Return success response with URL to access the cloned repo
65-
const repoUrlPath = `https://scratch-coding-hut.github.io/websites/${repoName}`;
65+
const repoUrlPath = `https://sch-ai1z.onrender.com/websites/${repoName}`;
6666
res.status(200).json({
6767
message: 'Repository cloned successfully!',
6868
folderPath: repoPath,

0 commit comments

Comments
 (0)