Skip to content

Commit

Permalink
Test: Add load tool URL validator (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: Evaldo Felipe <[email protected]>
  • Loading branch information
evaldofelipe authored May 14, 2024
1 parent 9319191 commit fd13fb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ app.get("/api/token-list", tokenListHandler);
app.get("/health", (_, res) => {
res.status(200).send("OK");
});
app.get("/loaderio-1782387504fc19a1272e09e91ebc0c06", (_, res) => {
res.status(200).send("loaderio-1782387504fc19a1272e09e91ebc0c06");
});

app.listen(port, () => {
console.log(`[server]: Server is running at http://localhost:${port}`);
Expand Down

0 comments on commit fd13fb6

Please sign in to comment.