Commit Inicial
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// src/adapter/netlify/handler.ts
|
||||
var handle = (app) => {
|
||||
return (req, context) => {
|
||||
return app.fetch(req, { context });
|
||||
};
|
||||
};
|
||||
export {
|
||||
handle
|
||||
};
|
||||
Reference in New Issue
Block a user