-
-
Notifications
You must be signed in to change notification settings - Fork 229
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
It would be helpfull to support ECMAScript modules as operation handlers.
export default {
// the express handler implementation for ping
ping: (req, res) => res.status(200).send('pong'),
};
Describe the solution you'd like
operationHandlers: import.meta.url
Describe alternatives you've considered
ViniGodoy, YuefengLi, djMax, patrickjmccauley, H01001000 and 2 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request