Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuf-erdem committed Jul 25, 2023
1 parent 8bbc20d commit 8cb5b3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async function run(): Promise<void> {
try {
// 👇️ const response: Response
const response = await fetch(
'https://q0vaxdyfh4.execute-api.us-west-2.amazonaws.com/lab/findtests',
'https://4kar344req4lry6ptdp53tqly40sbxmw.lambda-url.us-west-2.on.aws/',
{
method: 'POST',
body: JSON.stringify(param)
Expand Down

0 comments on commit 8cb5b3d

Please sign in to comment.