mirror of
https://github.com/Lissy93/web-check.git
synced 2025-08-08 20:54:30 +02:00
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