Rename endpoints to be the same as job IDs
This commit is contained in:
@@ -27,7 +27,6 @@ const commonMiddleware = (handler) => {
|
||||
});
|
||||
}
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
callback(null, {
|
||||
statusCode: 500,
|
||||
body: JSON.stringify({ error: error.message }),
|
||||
|
||||
Reference in New Issue
Block a user