mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-23 00:21:28 +00:00
3 lines
137 B
TypeScript
3 lines
137 B
TypeScript
import { handleOAuthCallback } from "../../../lib/web/oauth";
|
|
|
|
export default defineEventHandler((event) => handleOAuthCallback(event));
|