Rename endpoints to be the same as job IDs

This commit is contained in:
Alicia Sykes
2023-08-10 19:30:21 +01:00
parent 95b13240c7
commit 9e426ed55e
20 changed files with 84 additions and 65 deletions

View File

@ -27,7 +27,6 @@ const commonMiddleware = (handler) => {
});
}
} catch (error) {
console.log(error);
callback(null, {
statusCode: 500,
body: JSON.stringify({ error: error.message }),