mirror of
https://github.com/KwiTsukasa/kt-template-admin.git
synced 2026-05-28 00:37:43 +08:00
4 lines
103 B
TypeScript
4 lines
103 B
TypeScript
import { defineEventHandler } from 'h3';
|
|
|
|
export default defineEventHandler(() => 'Test get handler');
|