Dohna-NS/_worker.js

6 lines
99 B
JavaScript

import handler from "./common";
export default {
fetch: async (request) => handler(request),
};