Files
kontextwerk/api/hooks/contact/post_create.js
2025-10-02 08:54:03 +02:00

9 lines
161 B
JavaScript

const { cryptchaCheck } = require("../lib/utils")
;(function () {
throw {
status: 500,
data: "Hello, World!",
}
cryptchaCheck()
})()