import handler from "../../common.js"; export default (request) => handler(request); export const config = { path: "*" };