mirror of
https://github.com/KwiTsukasa/kt-template-admin.git
synced 2026-05-27 16:35:47 +08:00
4 lines
104 B
TypeScript
4 lines
104 B
TypeScript
import { defineEventHandler } from 'h3';
|
|
|
|
export default defineEventHandler(() => 'Test post handler');
|