mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
3 lines
114 B
TypeScript
3 lines
114 B
TypeScript
import { apiClose } from "../../lib/web/actions";
|
|
|
|
export default defineEventHandler((event) => apiClose(event));
|