Skip to content

Commit

Permalink
swap to prod url
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermayone committed Jul 20, 2024
1 parent 4577bde commit 9ac6c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ app.action(/.*?/, async (args) => {
});

let rsp = await axios.post(
`http://localhost:3000/domain/verdict?key=${process.env.SECRET_KEY}&domain=${domain}&suser=${actionUser}&verdict=${classif}`
`https://api.phish.directory/domain/verdict?key=${process.env.SECRET_KEY}&domain=${domain}&suser=${actionUser}&verdict=${classif}`
);

let classmsg = await client.chat.postMessage({
Expand Down

0 comments on commit 9ac6c9f

Please sign in to comment.