mirror of
https://github.com/LittleChest/Dohna-NS.git
synced 2026-05-06 22:44:50 +08:00
6 lines
122 B
JavaScript
6 lines
122 B
JavaScript
import handler from "./common";
|
|
|
|
export default {
|
|
fetch: async (request, env) => handler(request, env.DNS, env.API),
|
|
};
|