Initial content
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.testHandler = void 0;
|
||||
const testHandler = async (req, resp) => {
|
||||
resp.setHeader("Content-Type", "application/json");
|
||||
resp.json(req.body);
|
||||
resp.end();
|
||||
};
|
||||
exports.testHandler = testHandler;
|
||||
Reference in New Issue
Block a user