From c98e6939c20f155f7a10969d73da9d2230baac29 Mon Sep 17 00:00:00 2001 From: Matus Horvath Date: Sat, 21 Oct 2023 14:45:43 +0200 Subject: [PATCH] Comment fix --- src/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api.js b/src/api.js index 014b5019..9a48933c 100644 --- a/src/api.js +++ b/src/api.js @@ -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');