Skip to content

Commit 3a03588

Browse files
committed
url
1 parent e4939bc commit 3a03588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-backend/src/router/project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ router.post("/create", async (req,res): Promise<any> => {
6969

7070
//Enqueue the GitHub indexing job – this runs in the background.
7171
await qstashClient.publishJSON({
72-
url: `http://localhost:4000/v1/api/background/index-github`,
72+
url: `https://pullscan.onrender.com/v1/api/background/index-github`,
7373
body: {
7474
"projectId": project.id,
7575
"githubUrl": zreq.data?.githubUrl || '',

0 commit comments

Comments
 (0)