Custom naming
function handle()
{
console.log('handle');
}
export { handle as get };
export { handle as post };
Latest update: May 05, 2025
Custom naming
function handle()
{
console.log('handle');
}
export { handle as get };
export { handle as post };
Aug 06, 2025
Aug 06, 2025
Aug 06, 2025
Aug 06, 2025
Aug 06, 2025
Aug 06, 2025
Aug 06, 2025
Aug 03, 2025
Aug 03, 2025
Aug 03, 2025