UNPKG

@izzyjs/route

Version:

Use your AdonisJs routes in your Inertia.js application

9 lines (8 loc) 124 B
const methods = { GET: 'get', POST: 'post', PUT: 'put', PATCH: 'patch', DELETE: 'delete', }; export {};