Public
Readme
This is an example of using the Val Town Web API to integrate with itty-router.
Code
HTTP
export const ittyRouterExample = async (request: Request) => {
const { Router, json } = await import("npm:itty-router@4");
const router = Router();
router.get("/", () => "Hi");
return router.handle(request).then(json);
};
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
tmcw-ittyrouterexample.web.val.run
Updated: October 23, 2023