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