Releases: dir-zip/central-router
Releases · dir-zip/central-router
v0.2.0
Feature
- Create api routes for nextjs route handlers by adding a
type
param to theaddRoute
function. Thetype
param can either be apage
or (api:GET
|api:POST
|api:PATCH
|api:DELETE
|api:PUT
)
Patch
- Update README with more documentation