Skip to content

Commit

Permalink
Merge pull request #411 from matushorvath/comment
Browse files Browse the repository at this point in the history
Comment fix
  • Loading branch information
matushorvath authored Oct 21, 2023
2 parents f33856d + c98e693 commit f9230c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const postStart = async (event) => {
return { status: created ? 201 : 200 };
};

// TODO This should be done in AWS API GateWay configuration, but I can't get that to work
// TODO This should be done in AWS API Gateway configuration, but I can't get that to work
const options = async (_event) => {
console.log('options');

Expand Down

0 comments on commit f9230c6

Please sign in to comment.