This repository has been archived on 2025-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
limepot-xyz/dist/_noop-middleware.mjs
2024-04-17 03:35:57 -06:00

3 lines
62 B
JavaScript

const onRequest = (_, next) => next();
export { onRequest };