Update hid.ts

This commit is contained in:
Alexander-Ger-Reich
2025-09-28 12:22:07 +02:00
committed by GitHub
parent 84d65fb167
commit 5d196ff8d8

View File

@@ -2,7 +2,7 @@ import { http } from '@/lib/http.ts';
// paste
export function paste(content: string, langue: string) {
return http.post('/api/hid/paste', { content });
return http.post('/api/hid/paste', { content, langue });
}
// reset hid