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 86cef75 commit 8914835Copy full SHA for 8914835
app.js
@@ -45,7 +45,7 @@ app.post('/clone-repo', (req, res) => {
45
if (fs.existsSync(repoPath)) {
46
return res.status(400).json({
47
error: 'Repo folder already exists.',
48
- repoUrl: `https://scratch-coding-hut.github.io/websites/${repoName}`,
+ repoUrl: `https://https://sch-ai1z.onrender.com/websites/${repoName}`,
49
});
50
}
51
0 commit comments