We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d9bcb commit 7bacf9bCopy full SHA for 7bacf9b
app.js
@@ -62,7 +62,7 @@ app.post('/clone-repo', (req, res) => {
62
console.log(`Repository cloned successfully to ${repoPath}`);
63
64
// Return success response with URL to access the cloned repo
65
- const repoUrlPath = `https://scratch-coding-hut.github.io/websites/${repoName}`;
+ const repoUrlPath = `https://sch-ai1z.onrender.com/websites/${repoName}`;
66
res.status(200).json({
67
message: 'Repository cloned successfully!',
68
folderPath: repoPath,
0 commit comments