Skip to content

Commit

Permalink
test reset
Browse files Browse the repository at this point in the history
  • Loading branch information
cgcolquitt authored Dec 14, 2023
1 parent 1ecbd06 commit ccb0d6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reset.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ router.delete('/reset', async (req, res) => {
Bucket: '461testbucket',
Delete: { Objects: objectsToDelete },
}).promise();
console.log('Delete response:', deleteResponse);

res.status(200).json({ message: 'Registry is reset.' });
} catch (err) {
Expand Down

0 comments on commit ccb0d6f

Please sign in to comment.