cityssm/lottery-licence-manager

View on GitHub
handlers/locations-get/cleanup.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
export const handler = (_request, response) => {
    response.render("location-cleanup", {
        headTitle: "Location Cleanup"
    });
};
export default handler;