We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4939bc commit 3a03588Copy full SHA for 3a03588
http-backend/src/router/project.ts
@@ -69,7 +69,7 @@ router.post("/create", async (req,res): Promise<any> => {
69
70
//Enqueue the GitHub indexing job – this runs in the background.
71
await qstashClient.publishJSON({
72
- url: `http://localhost:4000/v1/api/background/index-github`,
+ url: `https://pullscan.onrender.com/v1/api/background/index-github`,
73
body: {
74
"projectId": project.id,
75
"githubUrl": zreq.data?.githubUrl || '',
0 commit comments