diff --git a/server.js b/server.js index 5bb234c..118cb61 100644 --- a/server.js +++ b/server.js @@ -59,6 +59,8 @@ fastify.get("/", function (request, reply) { reply.view("/src/pages/entry.hbs", {}); }); }); +// --> https://stackoverflow.com/a/40899275 +// all the regex doesn't work... last resort. //'post' fastify.post("/", async function (request, reply) {