1
2
3
4
5
6
export async function OfficeJSTest(
req: express.Request,
res: express.Response,
) {
res.json({ message: "hello" });
}