mirror of
https://github.com/LittleChest/Dohna-NS.git
synced 2026-05-06 22:44:50 +08:00
4 lines
122 B
JavaScript
4 lines
122 B
JavaScript
import handler from "../../common.js";
|
|
export default (request) => handler(request);
|
|
export const config = { path: "*" };
|