6 lines
143 B
JavaScript
Executable File
6 lines
143 B
JavaScript
Executable File
import bunextRequestHandler from "./functions/server/bunext-req-handler";
|
|
const bunext = {
|
|
bunextRequestHandler,
|
|
};
|
|
export default bunext;
|